]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2007-05-09  drhMake sure compound queries inside a subquery only retur...
2007-05-09  drhFix a typo in a comment. Ticket #2348. (CVS 3966)
2007-05-09  drhFix a problem with strange expressions being fed to...
2007-05-09  danielk1977Fix an obscure cache corruption that could occur after...
2007-05-09  danielk1977Add further test cases for compile time limits. (CVS...
2007-05-09  danielk1977Fix enforcement of the LIKE_PATTERN limit. (CVS 3962)
2007-05-08  drhRemove a keyword from the header comment in date.c...
2007-05-08  drhRemove compiler warnings in the amalgamation. (CVS...
2007-05-08  drhDisable tracing pragmas when not in debug mode. This...
2007-05-08  drhFix the amalgamation generator so that all non-API...
2007-05-08  drhUpdate the release builder script. (CVS 3957)
2007-05-08  danielk1977Fix a null-pointer dereference that follows a malloc...
2007-05-08  drhUpdate the amalgamation builder for the latest changes...
2007-05-08  danielk1977Add a few more tests to sqllimit1.test. (CVS 3954)
2007-05-08  danielk1977Add a test case that uses a trigger to insert many...
2007-05-08  danielk1977Add new test file sqllimits1.test. (CVS 3952)
2007-05-08  drhDo not allocate so much surplus memory in the implement...
2007-05-08  drhLimit the length of the patterns on LIKE and GLOB to...
2007-05-08  drhIntroduce the (experimental) sqlite3_result_error_toobi...
2007-05-08  drhAdd the max_page_count pragma used to limit the maximum...
2007-05-08  danielk1977Fix a potential buffer overrun in the replace() functio...
2007-05-08  drhAdd more code to enforce the limits specified in limits...
2007-05-08  danielk1977Avoid evaluating (INT_MIN/-1) with 32 bit signed number...
2007-05-08  danielk1977Do not crash in the internal functions sqlite_rename_ta...
2007-05-08  drhBegin adding code to explicitly limit the size of strin...
2007-05-08  drhFix a bug in the test logic introduced by check-in...
2007-05-08  drhBegin implementing a new system of upper bounds on...
next