]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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)
2007-05-15  drhDo not allow bytes 0x80 through 0xBF to be the first...
2007-05-15  danielk1977Fix some test script errors in fuzz.test. (CVS 4002)
2007-05-15  danielk1977A fix for queries that used correlated, compound sub...
2007-05-15  drhFix problems in ALTER TABLE that occur when column...
2007-05-15  drhFix a typo in a comment. Ticket #2359. (CVS 3999)
2007-05-15  drhFix a bug in sqlite3_mprintf() which could have caused...
2007-05-15  drhThe built-in substr() function applied to a BLOB counts...
2007-05-15  drhMake sure the parser aborts quickly following a syntax...
2007-05-14  danielk1977Fix a problem with ORDER BY and compound SELECT queries...
2007-05-14  danielk1977Fix a bug in "flattening" optimization. Occured if...
2007-05-14  danielk1977Prevent sub-queries with "LIMIT 0" from leaving an...
2007-05-14  drhIn the windows driver, reacquire the shared lock if...
2007-05-14  drhRemove terms with operator TK_AS from the expression...
2007-05-12  drhMake REINDEX robust in the face of malloc() errors...
2007-05-12  drhMake the ANALYZE command robust in the face of malloc...
2007-05-12  danielk1977Fix another variant of the "IN (...)" b-tree problem...
2007-05-12  danielk1977Fix an obscure b-tree bug that applied to transient...
2007-05-12  danielk1977Bugfixes for assert() failures found by fuzz.test....
2007-05-11  danielk1977Check in some changes to fuzz.test. Still failing....
2007-05-11  drhAvoid multiple storage class specifiers ("static extern...
2007-05-11  danielk1977Expand the expressions tested by fuzz.test. Fix for...
2007-05-11  danielk1977Fix a problem with inserting zeroblob() into an indexed...
2007-05-11  drhAdditional parsing bugs fixed. (CVS 3981)
2007-05-11  drhMake sure that the REGISTER token generates a valid...
2007-05-10  drhWhen converting literal BLOBs to text using the encodin...
2007-05-10  danielk1977Simplify failing case in fuzz.test. (CVS 3974)
2007-05-10  danielk1977Add cases to fuzz.test. Some tests in this file fail...
2007-05-10  drhAdd some UTF-8 test infrastructure. Treat NaN as NULL...
2007-05-10  danielk1977Add new test file fuzz.test, to test SQLite with fuzzil...
2007-05-10  drhFix a C++ism in func.c. (CVS 3970)
2007-05-10  danielk1977Another test for overflow in strftime(). It was not...
2007-05-10  danielk1977Add code to enforce the MAX_EXPR_DEPTH limit. (CVS...
next