aboutsummaryrefslogtreecommitdiff
path: root/src/test_schema.c
Commit message (Collapse)AuthorAge
* Further refactoring of the schema table name.drh2020-06-19
| | | FossilOrigin-Name: 9536fa0ae0c1ae6e2e98d2fa11e5acda7f3c9b8ca5061b6f7f8cae63a11d936b
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
| | | FossilOrigin-Name: f2f1323cc4d2ad2d6794dbfae8d50b747213e85d
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
| | | FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
* Modify several extensions to use the new exported function naming. Fix some ↵mistachkin2013-07-04
| | | | | shared library compilation issues. FossilOrigin-Name: f2ab8747825ab5131ffab174aa0ffe5e474f6811
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
| | | FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
* Additional test cases added on the sqlite3_create_function() interface. (CVS ↵drh2008-07-07
| | | | | 5349) FossilOrigin-Name: 4e941f3d43556d8a503bb96e8a74451de36d243e
* Fix more compiler warnings. (CVS 5074)drh2008-05-01
| | | FossilOrigin-Name: 59568844e774dbe89fd20bbc8f49a3665cc54717
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
| | | | | | I have not even attempted to compile so I am certain there are countless errors. (CVS 4231) FossilOrigin-Name: deb7ecd65f7b83eaf0ba610eeef3b0ede61db1c3
* Implement xRename() for fts2 so that it is possible to rename fts2 tables. ↵danielk19772007-06-27
| | | | | (CVS 4143) FossilOrigin-Name: 488474fde753c5a7a14ed8f2fad7f16efd236491
* Add a rudimentary tokenizer and parser to FTS1 for parsing the moduledrh2006-09-11
| | | | | | arguments during initialization. Recognized arguments include a tokenizer selector and a list of virtual table columns. (CVS 3403) FossilOrigin-Name: 227dc3feb537e6efd5b0c1d2dad40193db07d5aa
* Add pzErr parameters to the xConnect and xCreate methods of virtual tablesdrh2006-09-10
| | | | | | | in order to provide better error reporting. This is an interface change for virtual tables. Prior virtual table implementations will need to be modified and recompiled. (CVS 3402) FossilOrigin-Name: f44b8bae97b6872524580009c96d07391578c388
* Allow virtual table implementations to overload function that usedrh2006-07-08
| | | | | a column of the virtual table as their first argument. Untested. (CVS 3322) FossilOrigin-Name: 12cc7af4b6b8b4f1a43d962fbafde8cba683a907
* Remove the sqlite3_module.zName field which was used only for debugging. ↵drh2006-06-26
| | | | | (CVS 3297) FossilOrigin-Name: 74a3961f39b9a045518835b20940471ac97bca66
* Add tests to improve coverage of vtab.c. (CVS 3291)danielk19772006-06-24
| | | FossilOrigin-Name: 0c5f4ee39cb76747cf01398867fed2c7ae3edc84
* Test the handling of errors in virtual table methods. (CVS 3284)danielk19772006-06-22
| | | FossilOrigin-Name: 51b729d9d9f8a60cdfb552809e4aa10012f4eb68
* Modifications so that compilation and testing with the various OMIT macros ↵danielk19772006-06-20
| | | | | defined works. (CVS 3276) FossilOrigin-Name: c6ea353bd9f5fe6c9cc3349d2034ada283f9c80e
* The default entry point for loadable extensions is nowdrh2006-06-17
| | | | | always sqlite3_extension_init(). (CVS 3268) FossilOrigin-Name: 059b1f61406ca60fdbd3ec59c5b15fadc6552564
* Arrange for sqlite3_last_insert_rowid() to work with virtual tables. (CVS 3259)danielk19772006-06-16
| | | FossilOrigin-Name: afa39a46320e9996a5478ea6e19eb4c2014327ac
* Fix type in test_schema.c. (CVS 3258)danielk19772006-06-15
| | | FossilOrigin-Name: d65d83d38321258a7bb8c38f4b2657650b0f1033
* Add test_schema.c, containing a module for viewing the database schema via a ↵danielk19772006-06-15
virtual table. (CVS 3257) FossilOrigin-Name: de8d32ac71a6e113e83b952813424cb3fb5a2e59