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