]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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) version-3.4.0
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...
2007-05-17  danielk1977Bring the autoconf based build system up to date with...
2007-05-17  danielk1977Fix a problem with casting blobs to numeric types....
2007-05-17  danielk1977Add speed3.test file. For testing performance issues...
2007-05-17  danielk1977Modify test scripts to allow for the fact that zeroblob...
2007-05-16  danielk1977Remove the SKIP_UTF16 macros (they are no longer in...
2007-05-16  danielk1977Fix handling of utf-16 encoding of code point 0xE000...
2007-05-16  danielk1977Avoid passing a negative value to isspace() in a couple...
2007-05-16  danielk1977Change a few selected functions to macros to speed...
2007-05-16  danielk1977Omit some extra code when OMIT_INCRBLOB is defined...
2007-05-16  drhAdd a --nostatic option to mksqlite3c.tcl. With this...
2007-05-16  drhKeep the full precision of integers if possible when...
2007-05-15  drhAdditional tests for malformed UTF-8. (CVS 4011)
2007-05-15  drhMake sure pParse->rc gets set whenever sqlite3ErrorMsg...
2007-05-15  drhRemove the alternative UTF-16 implementation of SUBSTR...
2007-05-15  drhRelax the restriction on using bytes 0x80 through 0xbf...
2007-05-15  drhChange the documentation to clearly state that the...
2007-05-15  drhFix to check-in (4005). A call to sqlite3_column_blob...
2007-05-15  drhClarification on the best practices for using the _byte...
2007-05-15  drhA new approach for UTF-8 translation. (CVS 4004)
next