]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-02-22  drhTwo new SQL functions: unicode() and char(). unicode-function
2013-02-20  drhOn Minix, disable the ".timer" command in the shell...
2013-02-19  drhEnhance the showdb tool with options to show PTRMAP...
2013-02-19  drhFix the showdb utility so that it displays the correct...
2013-02-19  drhEnhance the pgidx of the showdb utility so that it...
2013-02-19  drhDo not rollback the schema if a parsing error occurs...
2013-02-19  drhTruncate over-length source lines in sqliteInt.h to...
2013-02-19  drhAdd the edit_cost_table= command to the spellfix1 virtu...
2013-02-16  drhFix an unsafe VM register deallocation.
2013-02-15  mistachkinCheck for a NULL handle prior to manually calling winClose.
2013-02-14  drhVerify that the schema has not changed before running...
2013-02-13  mistachkinOn WinCE, fill in the winFile structure after winceCrea...
2013-02-13  drhAdd recent API additions to the extension mechanism.
2013-02-13  drhAllow an index to be used for sorting even if prior...
2013-02-12  drhImprove memory allocation error handling on WinCE.
2013-02-12  drhA bug report coming from from Firefox
2013-02-12  mistachkinImprove memory allocation error handling on WinCE. wince
2013-02-11  drhAdd extended error codes for all SQLITE_CONSTRAINT...
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-08  drhFix a potential NULL-pointer dereference following... IN-with-ORDERBY
2013-02-08  drhMake sure the virtual tables that take advantage of...
2013-02-08  drhLoop through the elements on the RHS of an IN operator...
2013-02-08  drhAllow the "a=?1 OR a=?2" to "a IN (?1,?2)" transformati...
2013-02-07  drhAllow an index to be used for sorting even if prior...
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...
next