]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-06-25  danielk1977Fix for #2445. A bug in the lookupName() logic that...
2007-06-25  danielk1977Modify the non-configure build system to make it easier...
2007-06-25  drhPut #ifdefs in fts2_tokenizer so that the build works...
2007-06-25  drhAll the use of MySQL-style quoting in the FTS modules...
2007-06-25  danielk1977Add a test that calls fts2_tokenizer() with an argument...
2007-06-25  danielk1977Add some tests for the fts2 icu tokenizer. (CVS 4117)
2007-06-25  danielk1977Add some documentation for user-defined fts2 tokenizers...
2007-06-25  danielk1977Make the auto_vacuum mode peristent in all cases. ...
2007-06-24  danielk1977Fix for #2451. Code comment changes only. (CVS 4114)
2007-06-24  danielk1977Make setting "PRAGMA auto_vacuum = incremental" persist...
2007-06-24  danielk1977Add the "(database.)freelist_count" PRAGMA. For queryin...
2007-06-24  danielk1977When expanding '*' in the result set of a SELECT, quote...
2007-06-22  pweilbacherfix linking failure on OS/2 that happens with the amalg...
2007-06-22  pweilbacherfix compilation failure on OS/2 with the amalgamation...
2007-06-22  danielk1977Extend fts2 so that user defined tokenizers may be...
2007-06-21  drhClarify documentation of the column metadata APIs....
2007-06-21  drhUpdate the URL to mailing list archives. (CVS 4106)
2007-06-20  drhUse NAWK everywhere in Makefile.in. Ticket #2437....
2007-06-20  drhA column name preceded by a unary "+" operator is consi...
2007-06-20  drhRemove the dependency on libm for isnan(). Ticket...
2007-06-20  drhRemove an unused variable from btree.c. (CVS 4102)
2007-06-20  drhFix comment typo in analyze.c. Ticket #2434. (CVS...
2007-06-20  drhFix a bug in the command-line shell that prevents the
2007-06-20  drhDisallow empty GROUP BY clauses. Ticket #2431. (CVS...
2007-06-20  drhAdditional changes for ticket #2426. (CVS 4098)
2007-06-20  danielk1977Fix for #2432 and partial fix for #2427 (documentation...
2007-06-20  danielk1977Change main.mk to make it easier to build testfixture...
2007-06-20  danielk1977Fix snippet generation when the left-most column of...
2007-06-19  drhChange the TCL bindings so that @aaa always treats...
2007-06-19  drhCleanup the TCL interface source code and add documenta...
2007-06-19  drhIn the TCL bindings, if a TCL variable has a bytearray...
2007-06-19  drhChange the name of the "limits.h" source file to "sqlit...
2007-06-19  drhDo not segfault even if sqlite is misused by requesting...
2007-06-19  drhCast the 2nd parameter of ftruncate to off_t to work...
2007-06-18  drhAnother attempt to fix the build process for TCL window...
2007-06-18  drhBring the pager_datahash() macro into sync with its...
2007-06-18  drhFix the build scripts so that they generate Tcl binding...
2007-06-18  drhVersion 3.4.0 (CVS 4085)
2007-06-18  drhDocumentation updates prior to release 3.4.0. Enhanced...
2007-06-16  drhFix a faulty assert() in the pager. (CVS 4083)
2007-06-16  danielk1977Modify the tests in exclusive2.test to account for...
2007-06-16  drhAdd another scenario to the soak1.tcl script. (CVS...
2007-06-16  drhA minor logic correction in the previous check-in....
2007-06-16  drhFix a database corruption problem that can occur in...
2007-06-16  drhAdditional debugging instrumentation added to the pager...
2007-06-15  drhMake arrangements to optionally print a debug message...
2007-06-15  drhFix more documentation typos. Ticket #2416. (CVS 4076)
2007-06-15  drhRemove a C++ism from the test harness. Get the TCL...
2007-06-15  drhAdd a script for "soak" testing. (CVS 4074)
2007-06-15  danielk1977Fix a race condition in test_server.c/test7.c (test...
2007-06-15  drhFix typo in change comments for 3.4.0. Ticket #2416...
2007-06-15  drhFix a memory leak in the parser that can occur followin...
2007-06-15  danielk1977Fix an obscure memory leak in the SQL compiler.. (CVS...
2007-06-15  drhFix a memory leak that was discovered by the tests...
2007-06-15  danielk1977Fix a test suite bug. To accommadate the fact that...
2007-06-15  danielk1977Fix for #2415. The progress handler should abandon...
2007-06-15  drhDo not try to run the fuzz_malloc tests if SQLITE_MEMDE...
2007-06-15  drhClean up a variable in tkt2409.test that would cause...
2007-06-15  drhDocumentation updates in preparation for 3.4.0. (CVS...
2007-06-15  drhUpdate the btree file format description in btreeInt...
2007-06-14  drhThe C-api reference documentation is now generated...
2007-06-13  danielk1977Have queries interrupted by the progress-handler return...
2007-06-13  danielk1977Fix for #2409. Return SQLITE_IOERR_BLOCKED instead...
2007-06-12  drhIn the "transaction" command of the TCL interface,...
2007-06-12  shessMinor comment edits from my prefix development client...
2007-06-11  drhFix typo in the limits.html document. Ticket #2410...
2007-06-11  drhFix a bug in the LIKE optimization that was causing...
2007-06-11  danielk1977Add a README.txt file for the ICU extension. (CVS 4055)
2007-06-10  drhDefine isnan() on windows. Ticket #2399. (CVS 4054)
2007-06-09  drhDocumentation updates, in particular in the new limits...
2007-06-08  drhUse C-sylte comments exclusively, never C++ comments...
2007-06-08  drhAdditional test cases for comparisons against NULL...
2007-06-08  drhMake sure rowid comparisons against NULL work correctly...
2007-06-08  drhFix the query optimizer so that it correctly handles...
2007-06-07  drhMake sure zeroblob does reasonable things with a negati...
2007-06-07  danielk1977Fix an error in test file sqllimits1.test that was...
2007-06-07  drhAdd the SQLITE_MAX_COMPOUND_SELECT compile-time paramet...
2007-06-02  danielk1977Fix a vdbe stack leak that could occur where one side...
2007-05-31  danielk1977Extend out-of-memory testing with fuzzily generated...
2007-05-30  danielk1977Add some extra tests for malloc failure during expressi...
2007-05-30  danielk1977Add the start of the soak-test infrastructure. (CVS...
2007-05-30  danielk1977Fix a problem with zeroblob() and CAST(...) expressions...
2007-05-29  danielk1977Consider explicit collate clauses when matching WHERE...
2007-05-24  danielk1977Add some tests to verify that the parameter to the...
2007-05-24  danielk1977Fix a typo in comments in sqlite.h.in. No code changes...
2007-05-24  danielk1977Remove an assert() statement that may not be true if...
2007-05-24  danielk1977Fix a page reference leak that could occur after an...
2007-05-24  danielk1977Remove an incorrect assert() statement that was being...
2007-05-24  danielk1977Fix an assert() failure occuring in corrupt.test. ...
2007-05-23  danielk1977Add some code to MemTranslate() to prevent the READ_UTF...
2007-05-23  danielk1977Make sure the database schema has been read before...
2007-05-23  danielk1977Fix a leaked page reference that could occur after...
2007-05-23  danielk1977Fix a database corrupting bug in the optimistic overflo...
2007-05-23  drhAdditional comments ono the SQLITE_MIXED_ENDIAN_64BIT_F...
2007-05-23  drhMake sure zeroblob() works with the concatenation opera...
2007-05-23  danielk1977Increase the number of repititions in crash.test. ...
2007-05-21  shessFix overzealous fts2 assertions WRT rowid 0 or lower...
2007-05-19  drhAdd the larger SQLite icon to the repository. (CVS...
2007-05-19  danielk1977Add a few extra words to the sqlite3_finalize() documen...
2007-05-17  danielk1977Change the way overflow pages are allocated from the...
next