index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_schema.c
Commit message (
Expand
)
Author
Age
*
Further refactoring of the schema table name.
drh
2020-06-19
*
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 typos in comments. No code changes.
peter.d.reid
2014-09-06
*
Modify several extensions to use the new exported function naming. Fix some ...
mistachkin
2013-07-04
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Additional test cases added on the sqlite3_create_function() interface. (CVS ...
drh
2008-07-07
*
Fix more compiler warnings. (CVS 5074)
drh
2008-05-01
*
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
*
Allow virtual table implementations to overload function that use
drh
2006-07-08
*
Remove the sqlite3_module.zName field which was used only for debugging. (CVS...
drh
2006-06-26
*
Add tests to improve coverage of vtab.c. (CVS 3291)
danielk1977
2006-06-24
*
Test the handling of errors in virtual table methods. (CVS 3284)
danielk1977
2006-06-22
*
Modifications so that compilation and testing with the various OMIT macros de...
danielk1977
2006-06-20
*
The default entry point for loadable extensions is now
drh
2006-06-17
*
Arrange for sqlite3_last_insert_rowid() to work with virtual tables. (CVS 3259)
danielk1977
2006-06-16
*
Fix type in test_schema.c. (CVS 3258)
danielk1977
2006-06-15
*
Add test_schema.c, containing a module for viewing the database schema via a ...
danielk1977
2006-06-15