aboutsummaryrefslogtreecommitdiff
path: root/src/test8.c
Commit message (Expand)AuthorAge
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
* When deleting an SQL function that does not exist, return without doingdrh2021-05-17
* Further refactoring of the schema table name.drh2020-06-19
* Enhance the vtab interface to handle IS, !=, IS NOT, IS NULL and IS NOT NULLdan2017-09-09
* 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
* Fix some more harmless compiler warnings.mistachkin2015-12-16
* Add the "colUsed" field to the sqlite3_index_info structure passed to virtual...dan2015-11-26
* Merge latest trunk changes with this branch.dan2015-11-24
|\
| * Add a clarifying comment to the virtual table test module 'test8'.mistachkin2015-11-24
* | Add experimental support for LIKE, GLOB and REGEXP to the virtual table inter...dan2015-11-23
|/
* Eliminate all use of sprintf(), strcpy() and strcat() from test logic becausedrh2015-01-19
* Harmless compiler warning fixes for 'testfixture' and the miscellaneous exten...mistachkin2015-01-12
* Add logic to releasetest.tcl that detects -fsanitize=undefined errors.drh2015-01-01
* Fixes for various clang warnings.drh2014-01-24
* Fix an issue in the test8.c test module that arises because of the changedrh2013-10-05
* More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...mistachkin2013-04-29
* Move the test_spellfix.c module to ext/misc/spellfix.c.drh2013-04-25
* Fix the test_spellfix.c extension so that it can be made loadable at run-time.drh2013-01-25
* Fix compiler warnings about unused code in spellfix. Fix the editDist3Core()drh2012-07-16
* Update test_spellfix.c with latest changes.dan2012-07-13
* Return SQLITE_MISUSE if an application attempts to register a virtual table m...dan2012-05-16
* Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also indrh2012-04-19
* Fix out-of-bounds array references in the "echo" virtual table moduledrh2012-03-20
* Add a test for [48f29963] that does not depend on FTS.dan2011-10-29
* Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() anddrh2010-07-24
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Fix a case in where.c where a crash can follow a malloc failure. Also modify ...danielk19772009-04-29
* Attempt to optimize virtual table queries with 'OR' expressions in the WHERE ...danielk19772009-04-21
* Remove a pair unnecessary conditions from printf.c. The "db" parameter isdrh2009-04-08
* Changed to used sqlite3_snprintf instead of snprintf (test code only). (CVS 5...shane2008-08-31
* Add the pcache module from the experimental branch. Also change things so tha...danielk19772008-08-20
* Fix warnings and a compilation error in test code. (CVS 5556)danielk19772008-08-12
* Remove a reference to snprintf() in test8.c. (CVS 5538)drh2008-08-05
* Also test that setting sqlite3_vtab.zErrMsg works from within the xRename met...danielk19772008-08-01
* Test that virtual table methods xBestIndex, xOpen, xFilter, xNext, xColumn, x...danielk19772008-08-01
* Implement the "lookaside" memory allocation cache. Use of this cache makesdrh2008-07-28
* Read the sqlite3_vtab.zErrMsg after each call to a virtual table drh2008-07-23
* Additional test cases added on the sqlite3_create_function() interface. (CVS ...drh2008-07-07
* Add a mode to the sqlite3_test_control() interface to register hooks called a...danielk19772008-06-20
* Fix a problem with the incremental blob API. sqlite3_blob_open() was always r...danielk19772008-06-16
* Make the benign-fault setting recursive. Make all malloc failuresdrh2008-05-13
* Fix a couple of minor problems with transactions in virtual tables. (CVS 5081)drh2008-05-05
* Add test cases to verify that multiple virtual tables can be updateddrh2008-04-28
* Return an error when an xBestIndex() method indicates that it intends to use ...danielk19772008-03-17
* Where possible, avoid freeing buffers allocated for vdbe memory cells in case...danielk19772008-02-13
* Add the fault injector module in fault.c. Use it as a basis for memorydrh2008-01-22
* Change all instances of "it's" in comments to either "its" or "it is",drh2007-12-13