aboutsummaryrefslogtreecommitdiff
path: root/src/test_tclvar.c
Commit message (Expand)AuthorAge
* Test case for writing to a WITHOUT ROWID virtual table. The TCLVAR virtualdrh2017-08-10
* 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 harmless compiler warnings in the TCL test harness logic.drh2015-11-24
* Add further tests and related fixes for GLOB/REGEXP/LIKE support in virtual t...dan2015-11-24
* Make sure registers computed for the VFilter opcode are marked invaliddrh2009-11-23
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Fix warnings and a compilation error in test code. (CVS 5556)danielk19772008-08-12
* Additional test cases added on the sqlite3_create_function() interface. (CVS ...drh2008-07-07
* Fix cosmetic issues spotted while working on ticket #3146 (CVS 5177)drh2008-05-29
* Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)drh2007-08-21
* Fix some more small problems introduced by recent refactoring. (CVS 4235)danielk19772007-08-16
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
* Implement xRename() for fts2 so that it is possible to rename fts2 tables. (C...danielk19772007-06-27
* Add a rudimentary tokenizer and parser to FTS1 for parsing the moduledrh2006-09-11
* Add pzErr parameters to the xConnect and xCreate methods of virtual tablesdrh2006-09-10
* Tighten an assert (ticket #1920). Change to "sqlite3.h" from <sqlite3.h>drh2006-08-15
* Allow virtual table implementations to overload function that usedrh2006-07-08
* Fix up the test tclvar virtual module. (CVS 3307)danielk19772006-06-27
* Remove the sqlite3_module.zName field which was used only for debugging. (CVS...drh2006-06-26
* Fix trivial compiler warnings. (CVS 3295)danielk19772006-06-26
* Add void* argument to sqlite3_create_module to replace sqlite3_module.pAux. (...danielk19772006-06-15
* Change the pModule parameter of the xCreate and xConnect methods to a void*. ...danielk19772006-06-14
* The echo module test is now running. Added the tclvar module test but havedrh2006-06-13