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