]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-02-09  drhRename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRI... constraint-error-codes
2013-02-09  drhAdd extended error codes for constraint errors.
2013-02-07  drhFix harmless compiler warnings.
2013-02-07  mistachkinAdd the ability to skip defining the localtime() functi...
2013-01-30  drhRemove some debugging logic accidently left in the...
2013-01-29  drhFix LIMIT and OFFSET so that they work and do not leak...
2013-01-29  drhNew debugging pragmas: PRAGMA vdbe_debug=ON is short...
2013-01-28  drhFix an issue with the SQLITE_TESTCTRL_EXPLAIN_STMT...
2013-01-28  drhIssue an error message and quit (rather than overflowin...
2013-01-28  drhCause the command-line shell to issue an error message...
2013-01-26  drhAdd a single test case to fts4unicode.test to verify...
2013-01-25  drhFix the test_spellfix.c extension so that it can be...
2013-01-25  drhEnhance the command-line shell so that adding a non...
2013-01-25  drhAdd btree-page decoding logic to showwal.c. Commands...
2013-01-25  drhFurther improvements to showwal.c: Reset the checksum...
2013-01-25  drhEnhance the "showwal" utility program to show checksum...
2013-01-23  drhImproved parsing of the arguments to the ".backup"...
2013-01-23  drhFix a double-free() call that can occur
2013-01-20  drhFix a typo in a comment in the test_regexp.c test file.
2013-01-18  drhThe \xXX escape in the test_regexp.c must be followed...
2013-01-17  drhEnhance the query planner to exploit transitivity of...
2013-01-17  drhImproved error messages on the RTREE virtual table...
2013-01-17  drhAdd the ability to disable transitive constraints using the
2013-01-17  drhAvoid unnecessary collating sequence and affinity restr...
2013-01-17  drhMake more aggressive use of transitivity in optimizing...
2013-01-17  mistachkinEnhance RTree virtual table creation error messages... rtreeErrMsg
2013-01-17  mistachkinMake the 'fs' virtual table module portable to Windows. fsVfsWin
2013-01-17  drhImproved comments explaining the operation of the findT...
2013-01-16  drhFix the activate_extensions pragma so that it is a...
2013-01-16  drhEnhance the query planner to exploit transitivity of...
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...
next