| Commit message (Expand) | Author | Age |
* | First attempt at getting the build to work with Tcl 9.0. | drh | 2024-07-30 |
* | Ensure that all fields of static sqlite3_module objects are explicitly | drh | 2023-10-06 |
* | Add a C-source spell-checking facility. make misspell (on Nix) | larrybr | 2023-06-07 |
* | When deleting an SQL function that does not exist, return without doing | drh | 2021-05-17 |
* | Further refactoring of the schema table name. | drh | 2020-06-19 |
* | Enhance the vtab interface to handle IS, !=, IS NOT, IS NULL and IS NOT NULL | dan | 2017-09-09 |
* | 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 some more harmless compiler warnings. | mistachkin | 2015-12-16 |
* | Add the "colUsed" field to the sqlite3_index_info structure passed to virtual... | dan | 2015-11-26 |
* | Merge latest trunk changes with this branch. | dan | 2015-11-24 |
|\ |
|
| * | Add a clarifying comment to the virtual table test module 'test8'. | mistachkin | 2015-11-24 |
* | | Add experimental support for LIKE, GLOB and REGEXP to the virtual table inter... | dan | 2015-11-23 |
|/ |
|
* | Eliminate all use of sprintf(), strcpy() and strcat() from test logic because | drh | 2015-01-19 |
* | Harmless compiler warning fixes for 'testfixture' and the miscellaneous exten... | mistachkin | 2015-01-12 |
* | Add logic to releasetest.tcl that detects -fsanitize=undefined errors. | drh | 2015-01-01 |
* | Fixes for various clang warnings. | drh | 2014-01-24 |
* | Fix an issue in the test8.c test module that arises because of the change | drh | 2013-10-05 |
* | More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE... | mistachkin | 2013-04-29 |
* | Move the test_spellfix.c module to ext/misc/spellfix.c. | drh | 2013-04-25 |
* | Fix the test_spellfix.c extension so that it can be made loadable at run-time. | drh | 2013-01-25 |
* | Fix compiler warnings about unused code in spellfix. Fix the editDist3Core() | drh | 2012-07-16 |
* | Update test_spellfix.c with latest changes. | dan | 2012-07-13 |
* | Return SQLITE_MISUSE if an application attempts to register a virtual table m... | dan | 2012-05-16 |
* | Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in | drh | 2012-04-19 |
* | Fix out-of-bounds array references in the "echo" virtual table module | drh | 2012-03-20 |
* | Add a test for [48f29963] that does not depend on FTS. | dan | 2011-10-29 |
* | 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 |