aboutsummaryrefslogtreecommitdiff
path: root/src/test_schema.c
Commit message (Expand)AuthorAge
* Further refactoring of the schema table name.drh2020-06-19
* 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 typos in comments. No code changes.peter.d.reid2014-09-06
* Modify several extensions to use the new exported function naming. Fix some ...mistachkin2013-07-04
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Additional test cases added on the sqlite3_create_function() interface. (CVS ...drh2008-07-07
* Fix more compiler warnings. (CVS 5074)drh2008-05-01
* 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
* Allow virtual table implementations to overload function that usedrh2006-07-08
* Remove the sqlite3_module.zName field which was used only for debugging. (CVS...drh2006-06-26
* Add tests to improve coverage of vtab.c. (CVS 3291)danielk19772006-06-24
* Test the handling of errors in virtual table methods. (CVS 3284)danielk19772006-06-22
* Modifications so that compilation and testing with the various OMIT macros de...danielk19772006-06-20
* The default entry point for loadable extensions is nowdrh2006-06-17
* Arrange for sqlite3_last_insert_rowid() to work with virtual tables. (CVS 3259)danielk19772006-06-16
* Fix type in test_schema.c. (CVS 3258)danielk19772006-06-15
* Add test_schema.c, containing a module for viewing the database schema via a ...danielk19772006-06-15