]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-01-17  mistachkinMake the 'fs' virtual table module portable to Windows. fsVfsWin
2013-01-16  drhFix the activate_extensions pragma so that it is a...
2013-01-16  drhImprovements to query planning for joins: Avoid unnece...
2013-01-15  drhFix a missing word in a comment. Enhance the "wheretra...
2013-01-15  drhClarification to a comment in where.c. No code changes.
2013-01-11  danAdd another test for the fts4 content= option.
2013-01-09  danCheck in an extra test for the fts4 "content=" option...
2013-01-09  drhFix an over-aggressive optimization of ORDER BY on...
2013-01-09  drhFix the date on the new orderby3.test test case.
2013-01-09  drhAdd a test case that demonstrates ticket [956e4d7f8958e...
2013-01-08  drhDo not raise an error if an unknown SQL function is...
2013-01-05  drhMore bug fixes to the test_regexp.c module. Bring...
2013-01-04  mistachkinRemove superfluous text from a comment.
2013-01-04  drhDo not use umask() since it change the umask for the...
2013-01-04  drhFix an out-of-order local variable declaration in test_...
2013-01-04  drhFix the zInit[] optimization of test_regexp.c when...
2013-01-03  drhBring back test_regexp changes that were made when...
2013-01-03  drhImprovements to column name resolution in queries with...
2013-01-03  drhFurther corner-case fixes to the name resolution logic. name-resolution-fix
2013-01-03  drhRemove an incorrect assert() statement (ticket [beba9ca...
2013-01-03  drhNow supports result sets of the form "TABLE.*" with...
2013-01-02  drhWhen resolving result-set name collisions, make them...
2013-01-02  drhMerge all the latest trunk changes into the name-resolu...
2013-01-01  drhReduce the size of the Index object (by 8 bytes on...
2013-01-01  drhEnhance the table_info pragma so that the pk column...
2012-12-31  drhMore test cases for the REGEXP operator. Fix minor...
2012-12-31  drhAdd the test_regexp.c module containing a cross-platfor...
2012-12-21  danEnsure the database size field in the db header of...
2012-12-20  drhAdd PRAGMA foreign_key_check. Name the child and paren...
2012-12-20  drhRemove an unreachable branch operation from the foreign... foreign-key-check
2012-12-19  drhFix the segfault problem of ticket [a7b7803e8d1e869...
2012-12-19  drhA couple more test cases. tkt-a7b7803e
2012-12-19  drhAdditional test cases involving the use of a result...
2012-12-19  drhProposed fix for ticket [a7b7803e8d1e8699cd8a].
2012-12-19  drhAdd commentary to the ExprList object to explain how...
2012-12-19  drhBetter resolution of table and column names in joins...
2012-12-18  drhOptimize the degenerate case of a FROM clause table...
2012-12-18  drhResolve names in FROM-clause subqueries prior to resolv...
2012-12-18  drhRemove old commented-out code from parse.y. Fix some...
2012-12-18  danOn atomic-write capable systems, if copying the content...
2012-12-17  drhAdded test cases for PRAGMA foreign_key_check. Fixed...
2012-12-17  drhAdd to the foreign_key_check pragma an extra output...
2012-12-17  drhEnhance the error message for "foreign key mismatch...
2012-12-17  drh"PRAGMA foreign_key_check" with no argument checks...
2012-12-17  drhFix an issue with child keys that are not INTEGER PRIMA...
2012-12-17  drhPrototype for PRAGMA that checks all foreign key constr...
2012-12-14  drhOptimize IN operators in the WHERE clause of queries...
2012-12-14  drhRemove an unreachable branch. Improvements to comments.
2012-12-14  drhMerge in all the trunk changes that have occurred since...
2012-12-14  drhFix the virtual table IN optimizer so that it work...
2012-12-13  drhGeneralize the min/max optimization so that if an appro...
2012-12-13  drhIncrease the version number to 3.7.16 in advance of...
2012-12-13  danAttempt to further generalize the min/max optimization... minmax-opt
2012-12-12  drhAllow the error message from "PRAGMA integrity_check...
2012-12-12  danVersion 3.7.15 version-3.7.15
2012-12-11  drhUpdate requirements marks and test cases for multi...
2012-12-11  drhFix a typo in a comment that is used to generate
2012-12-10  drhWhen an arithmetic operation with two integer operands...
2012-12-10  danModify releasetest.tcl so that it runs the "checksymbol...
2012-12-10  danRemove a reference to JumpOnce from a comment in vdbe...
2012-12-08  drhFactor some work out of the index loop of the bestBtree...
2012-12-08  drhRefactor collating-sequence handling as a fix for ticke...
2012-12-08  drhAdjustments to the collating-sequence refactoring to... ticket-71e333e7
2012-12-08  drhMake sure WHERE clause constraints A=B and B=A work...
2012-12-08  drhFix the header comment on the OP_Compare operator.
2012-12-08  drhDuplicating check constraint expressions prior to code...
2012-12-08  drhVeryquick passes all tests now.
2012-12-08  drhRecognize TK_COLLATE operators that have been transform...
2012-12-07  drhImproved error messages when column integers in an...
2012-12-07  drhFor an ORDER BY on a compound SELECT, take the collatin...
2012-12-07  drhDo not report missing collating functions while parsing...
2012-12-07  drhFix a long-standing issue with the distinct-as-aggregat...
2012-12-07  drhFix the processing of ORDER BY clauses with COLLATE...
2012-12-07  drhMany more tests are passing. Only about 100 failures...
2012-12-07  danEnsure the VerifyCookie sub-routine has been run before...
2012-12-07  drhSome errors in veryquick resolved. Many more to go.
2012-12-07  drhVeryquick now row to completion without segfaulting...
2012-12-07  danDo not run test file malloc3.test as part of the inmemo...
2012-12-07  mistachkinSpelling and header fixes for the async extension.
2012-12-06  mistachkinIn the async VFS, treat the new error code SQLITE_IOERR...
2012-12-06  drhRemove the Expr.pColl field and compute the collating...
2012-12-06  danMerge the constant-refactoring-in-triggers branch with...
2012-12-06  danApply the same restrictions on constant refactoring... constant-refactoring-in-triggers
2012-12-06  drhAdd the SQLITE_FCNTL_TEMPFILENAME file control that...
2012-12-06  drhAdd a test case that demonstrates ticket [71e333e7d2e642].
2012-12-06  mistachkinFor the sqlite3-all.c target, use backslashes when...
2012-12-06  mistachkinBring the ancient malloc3.test file closer into relevan...
2012-12-06  drhStop using the TCL_LIBS configuration variable when...
2012-12-06  drhRemove obsolete comments from the definition of the...
2012-12-06  mistachkinStop using the TCL_LIBS configuration variable when... noTclLibs
2012-12-05  danDisable a couple of tests in where.test when running...
2012-12-05  danModify a query in test/thread001.test to ensure that...
2012-12-05  danFixes to a test case in shared_err.test. The fix is...
2012-12-05  drhMake sure memory is freed using a routine that is compa...
2012-12-05  danSince errors are ignored anyway, use sqlite3OsFileContr...
2012-12-05  danIf the atomic-write property is enabled, a transaction...
2012-12-05  danUpdate a couple of test scripts so that they work in...
2012-12-04  drhFix a harmless compiler warning.
2012-12-04  danAdd a test to ensure that the fix in [b0c1ba655d] has...
2012-12-04  drhImprovements to the 'tcl' shell output mode. Escape...
next