index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_tclvar.c
Commit message (
Expand
)
Author
Age
*
Fix a few minor TCL9 compatibilities issues.
drh
2024-08-09
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
Ensure that all fields of static sqlite3_module objects are explicitly
drh
2023-10-06
*
Test case for writing to a WITHOUT ROWID virtual table. The TCLVAR virtual
drh
2017-08-10
*
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
*
Fix harmless compiler warnings in the TCL test harness logic.
drh
2015-11-24
*
Add further tests and related fixes for GLOB/REGEXP/LIKE support in virtual t...
dan
2015-11-24
*
Make sure registers computed for the VFilter opcode are marked invalid
drh
2009-11-23
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Fix warnings and a compilation error in test code. (CVS 5556)
danielk1977
2008-08-12
*
Additional test cases added on the sqlite3_create_function() interface. (CVS ...
drh
2008-07-07
*
Fix cosmetic issues spotted while working on ticket #3146 (CVS 5177)
drh
2008-05-29
*
Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)
drh
2007-08-21
*
Fix some more small problems introduced by recent refactoring. (CVS 4235)
danielk1977
2007-08-16
*
Half-way through a major refactoring of the memory allocation.
drh
2007-08-16
*
Implement xRename() for fts2 so that it is possible to rename fts2 tables. (C...
danielk1977
2007-06-27
*
Add a rudimentary tokenizer and parser to FTS1 for parsing the module
drh
2006-09-11
*
Add pzErr parameters to the xConnect and xCreate methods of virtual tables
drh
2006-09-10
*
Tighten an assert (ticket #1920). Change to "sqlite3.h" from <sqlite3.h>
drh
2006-08-15
*
Allow virtual table implementations to overload function that use
drh
2006-07-08
*
Fix up the test tclvar virtual module. (CVS 3307)
danielk1977
2006-06-27
*
Remove the sqlite3_module.zName field which was used only for debugging. (CVS...
drh
2006-06-26
*
Fix trivial compiler warnings. (CVS 3295)
danielk1977
2006-06-26
*
Add void* argument to sqlite3_create_module to replace sqlite3_module.pAux. (...
danielk1977
2006-06-15
*
Change the pModule parameter of the xCreate and xConnect methods to a void*. ...
danielk1977
2006-06-14
*
The echo module test is now running. Added the tclvar module test but have
drh
2006-06-13