aboutsummaryrefslogtreecommitdiff
path: root/src/test_func.c
Commit message (Expand)AuthorAge
* Omit the return value from sqlite3VdbeSerialGet() for a size reductiondrh2021-12-14
* Initial implementation of the sqlite3_value_frombind() interface.drh2019-03-29
* Fix harmless compiler warning seen with MSVC.mistachkin2017-10-07
* Add tests for the example fts3 "rank" function that appears in thedan2017-10-06
* Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.drh2016-12-07
* Avoid making unnecessary changes to the signatures of thedrh2016-08-01
* More compiler warning fixes for GCC related to the auto-extension mechanism.mistachkin2016-07-28
* Make the extension auto-loading mechanism work with the __stdcall calling con...mistachkin2016-07-28
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* OOM failures on sqlite3_errmsg16() in an app-defined function are no longerdrh2016-02-05
* Experimental implementation of sqlite3_result_subtype() anddrh2015-09-10
* Extra tests for commit [0f250957].dan2015-03-13
* Add the Mem.szMalloc element to the Mem object and use it to keep track ofdrh2014-09-18
* Experimental simplification of memory flags/type handling.mistachkin2014-03-05
* Fixes for test code that was not working with utf16 databases. Run the analyz...dan2013-08-16
* Re-enable reading from the sqlite_stat3 table (as well as sqlite_stat4).dan2013-08-12
* Use N separate cursors when scanning an index with N columns to collect sqlit...dan2013-08-05
* Improved rounding accuracy on test-to-float conversions.drh2012-06-19
* Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also indrh2012-04-19
* Fix typos and comments and make minor changes to a few function names,drh2012-01-04
* Make sure code *compiles* with each OMIT and ENABLE option. Mostly changes t...shaneh2011-02-09
* Changes to test code so that testfixture compiles when OMIT_SHARED_CACHE and ...dan2010-01-07
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Make sure that UTF16 to UTF8 conversions to not read past the end of thedrh2009-10-23
* Changes to test code (only) to allow veryquick.test to run with OMIT_UTF16 bu...danielk19772009-07-22
* Change the sqlite3_create_function() family of routines to returndrh2009-05-07
* Fix a couple of fairly obscure cases where an assert() could fail following a...danielk19772009-03-19
* Miscellaneous cleanup in the new pcache code. (CVS 5629)drh2008-08-28
* In the test logic: load the md5sum() SQL function as a separatedrh2008-08-27
* Implement a "counter" SQL function that can be used to insert a sequencedrh2008-08-26
* Additional coverage testing. Fix a segfault following OOM indrh2008-08-02
* Omit calls to test_destructor16() if SQLITE_OMIT_UTF16 defined. (CVS 5508)shane2008-07-31
* Detect and handles the case where a row is modified or deleted while itdrh2008-07-11
* Fix a compilation bug with SQLITE_OMIT_AUTOINIT. (CVS 5366)danielk19772008-07-08
* Additional test cases added on the sqlite3_create_function() interface. (CVS ...drh2008-07-07
* Fix a code generator bug caused by the new CSE optimization. Add test casesdrh2008-04-15
* Enhanced testing and documentation of sqlite3_result_error_code().drh2008-04-10
* Initialize the MD5 SQL functions from test_func.c instead of usingdrh2008-03-19
* Create the test_destructor16() test SQL function to enhance test coverage.drh2008-03-19
* Move SQL functions used for testing only out of func.c and into a newdrh2008-03-19