aboutsummaryrefslogtreecommitdiff
path: root/src/test8.c
Commit message (Expand)AuthorAge
* Make sure all memory from sqlite3DbMalloc() is freed by sqlite3DbFree() anddrh2010-07-24
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Fix a case in where.c where a crash can follow a malloc failure. Also modify ...danielk19772009-04-29
* Attempt to optimize virtual table queries with 'OR' expressions in the WHERE ...danielk19772009-04-21
* Remove a pair unnecessary conditions from printf.c. The "db" parameter isdrh2009-04-08
* Changed to used sqlite3_snprintf instead of snprintf (test code only). (CVS 5...shane2008-08-31
* Add the pcache module from the experimental branch. Also change things so tha...danielk19772008-08-20
* Fix warnings and a compilation error in test code. (CVS 5556)danielk19772008-08-12
* Remove a reference to snprintf() in test8.c. (CVS 5538)drh2008-08-05
* Also test that setting sqlite3_vtab.zErrMsg works from within the xRename met...danielk19772008-08-01
* Test that virtual table methods xBestIndex, xOpen, xFilter, xNext, xColumn, x...danielk19772008-08-01
* Implement the "lookaside" memory allocation cache. Use of this cache makesdrh2008-07-28
* Read the sqlite3_vtab.zErrMsg after each call to a virtual table drh2008-07-23
* Additional test cases added on the sqlite3_create_function() interface. (CVS ...drh2008-07-07
* Add a mode to the sqlite3_test_control() interface to register hooks called a...danielk19772008-06-20
* Fix a problem with the incremental blob API. sqlite3_blob_open() was always r...danielk19772008-06-16
* Make the benign-fault setting recursive. Make all malloc failuresdrh2008-05-13
* Fix a couple of minor problems with transactions in virtual tables. (CVS 5081)drh2008-05-05
* Add test cases to verify that multiple virtual tables can be updateddrh2008-04-28
* Return an error when an xBestIndex() method indicates that it intends to use ...danielk19772008-03-17
* Where possible, avoid freeing buffers allocated for vdbe memory cells in case...danielk19772008-02-13
* Add the fault injector module in fault.c. Use it as a basis for memorydrh2008-01-22
* Change all instances of "it's" in comments to either "its" or "it is",drh2007-12-13
* Fix a problem in hash.c when replacing entries in tables configured with copy...danielk19772007-09-03
* Add a module-destructor to the echo module (test8.c) to improve code coverage...danielk19772007-09-03
* Modifications to the malloc failure tests to test transient and persistent fa...danielk19772007-08-29
* Update the rest of the malloc failure test scripts to use the new interface. ...danielk19772007-08-25
* Improvements to memory leak detection. The --backtrace=NNN option is nowdrh2007-08-23
* 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
* More work on refactoring of malloc() interfaces. There are still many errors....danielk19772007-08-16
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
* Fix a memory leak in the Rename method of the echo test virtual table.drh2007-07-20
* Allow ALTER TABLE on virtual tables. (CVS 4142)danielk19772007-06-27
* Better handle malloc() failures in the "echo" virtual table test module. (CVS...danielk19772007-04-18
* Coverage improvements for where.c. (CVS 3764)danielk19772007-03-30
* Clean up memory leaks and uninitialized variables detected by valgrind.drh2007-01-03
* Website changes for version 3.3.8. Remove a C++-ism from test8.c. (CVS 3468)drh2006-10-08
* 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
* Add tests and minor fixes to the xFindFunction method of virtual tables. (CVS...drh2006-07-08
* 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
* A few more test cases to improve coverage of virtual table module related cod...danielk19772006-06-24
* Add tests to improve coverage of vtab.c. (CVS 3291)danielk19772006-06-24
* Clean up and clarify code in test8.c. (CVS 3289)danielk19772006-06-24
* Allow xDestroy methods to execute "DROP TABLE" statements. (CVS 3287)danielk19772006-06-23
* Fix some memory leaks that occur when malloc() fails. (CVS 3286)danielk19772006-06-23
* Add tests and fixes for handling malloc() failures related to the virtual tab...danielk19772006-06-23
* Test the handling of errors in virtual table methods. (CVS 3284)danielk19772006-06-22