]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2003-04-25  drhGet VACUUM working again - with test cases. Some other...
2003-04-24  drhFix some issues with INSTEAD OF triggers. (CVS 930)
2003-04-23  drhRemove the begin_hook and commit_hook APIs. They were...
2003-04-22  drhUpdate the authorizer API so that it reports the databa...
2003-04-22  paulCheck for readline libs now adds appropriate curses...
2003-04-21  drhAdd support for TEMPORARY triggers. Such triggers...
2003-04-20  drhAdd more tests for the in-memory database. (CVS 925)
2003-04-20  drhAdded tests for the in-memory database backend. Also...
2003-04-20  paulAlign config vars controlling in-memory DB with code...
2003-04-20  paulReset pCur->eSkip on a MoveTo (CVS 922)
2003-04-20  drhUpdate comments. Remove unused field from the Index...
2003-04-19  drhModify the optimizer so that it does not assume that...
2003-04-19  drhBug in WHERE clause processing fixed. Ticket #298...
2003-04-18  drhfix a memory leak in btree_rb.c. (CVS 918)
2003-04-18  drhFix for ticket #297 - bug in sqliteSortCompare(). ...
2003-04-18  drhThe VACUUM command is now functioning (again). Need...
2003-04-17  drhFix triggers to work in an ATTACHed database. Ticket...
2003-04-17  drhMake sure the min() and max() optimizations work on...
2003-04-17  drhChange the shell to use the sqliteIsNumber() routine...
2003-04-16  drhRollback if a commit hook fails. (CVS 912)
2003-04-16  drhFix the authorizer so that it correctly interprets...
2003-04-16  drhSimplify the number processing code. Fix for ticket...
2003-04-16  drhRemove some unnecessary code and complication from...
2003-04-15  drhGet triggers working on tables with INTEGER PRIMARY...
2003-04-15  paulAdded btree_rb.c (CVS 907)
2003-04-15  drhDo not record the inserted rowid on when doing an INSER...
2003-04-15  drhChange lemon to use <stdarg.h> instead of <varargs...
2003-04-15  drhChange some variable names and comments in the new...
2003-04-13  paulSupport in-memory databases for temp tables (CVS 903)
2003-04-06  drhSplit the implementation of COPY, PRAGMA, and ATTACH...
2003-04-06  drhMove the implementation of VACUUM into a separate sourc...
2003-04-06  drhSimplify the BTree interface by shortening names. ...
2003-04-05  drhMore testing of ATTACH and DETACH. (CVS 899)
2003-04-05  drhBegin testing the new ATTACH and DETACH commands. ...
2003-04-03  drhFix for ticket #276. (CVS 897)
2003-04-03  drhAdded experimental APIs: sqlite_begin_hook() and sqlite...
2003-04-03  drhUse a intermediate table when inserting a TEMP table...
2003-04-01  paulAdd infrastructure to suport multiple btree implementat...
2003-03-31  drhMinor follow-on changes to the recent ATTACH patch...
2003-03-31  drhMinor follow-on changes to the recent ATTACH patch...
2003-03-31  drhAdd the sqliteErrorMsg() function and use it to generat...
2003-03-31  drhThe ATTACH and DETACH statements are now coded but...
2003-03-30  drhRemove the experimental sqlite_open_aux_file() API...
2003-03-30  drhRemove the experimental sqlite_open_aux_file() API...
2003-03-30  drhRemove the obsolete documentation on how to crosscompil...
2003-03-30  drhDetect when a child node of a btree page has zero entri...
2003-03-30  drhFix a memory leak in triggers and update tests to show...
2003-03-27  drhRegression tests now work - except for some changes...
2003-03-27  drhFix a segfault in the trigger code. (CVS 884)
2003-03-27  drhChanges to the "sqlite" structure that allow simultaneo...
2003-03-27  drhChanges to the "sqlite" structure that allow simultaneo...
2003-03-24  a.rottmannRe-generated. (CVS 882)
2003-03-24  a.rottmannUpdated libtool. (CVS 881)
2003-03-24  a.rottmannAdded pkg-config support. (CVS 880)
2003-03-20  drhRecord the database name in addition to the table name...
2003-03-19  drhModifications to the VDBE to support more than one...
2003-03-07  drhDo not allow an empty string to be inserted into an...
2003-03-01  drhAdd more tests to make sure that sqlite_changes() works...
2003-03-01  drhGet the non-callback API working with the EXPLAIN keywo...
2003-02-26  drhFix a memory leak associated with PRIMARY KEY in a...
2003-02-26  drhFix a memory leak associated with PRIMARY KEY in a...
2003-02-20  drhWhen the right table in a LEFT OUTER JOIN contains...
2003-02-20  drhFix the parsing of the LIMIT clause when the limit...
2003-02-16  drhVersion 2.8.0 (CVS 870)
2003-02-16  drhCouple of last-minute changes before 2.8.0. (CVS 871)
2003-02-16  drhUpdate the speed comparison documentation to show the...
2003-02-16  drhAdded test code to check for file descriptor leaks...
2003-02-16  drhFix more bugs. The new rollback journal implementation...
2003-02-15  drhFix the pager so that correct rollbacks occur when...
2003-02-13  drhUpdate the documentation for the new journal format...
2003-02-13  drhUpdate the documentation for the new journal format...
2003-02-13  drhFix a bug in the rollback logic for the new journal...
2003-02-12  drhAdded the new FULL option to the SYNCHRONOUS pragma...
2003-02-12  drhAdded the new FULL option to the SYNCHRONOUS pragma...
2003-02-12  drhFix a bug in the legacy journal format writing logic...
2003-02-11  drhModify the journal format to be more robust against...
2003-02-05  drhMake the shell run much faster for inputs where a singl...
2003-02-02  drhMake the GROUP BY clause work even if there are no...
2003-02-01  drhWhen a CREATE TABLE ... AS SELECT statement fails,...
2003-01-31  drhThe sqlite_exec() function now returns SQLITE_AUTH...
2003-01-31  drhAllow double-quoted strings as string constants in...
2003-01-29  drhAdditional testing and bug fixing with the non-callback...
2003-01-29  drhBetter error messages on constraint violations. Additi...
2003-01-29  drhThe callback-free API is now working, though much more...
2003-01-28  drhFirst code for the new callback-free API. All regressi...
2003-01-26  jplyonAdded section on comments.
2003-01-25  drhVersion 2.7.6 (CVS 850)
2003-01-25  drhFix a bug in the rollback validation logic (code that...
2003-01-25  drhRemove an unused variable. (CVS 848)
2003-01-25  drhPreparations for the release of version 2.7.6. (CVS...
2003-01-25  drhUpdate the speed.html documentation. Recent optimizati...
2003-01-24  drhAdd asserts to btree.c that check for the correct size...
2003-01-22  drhMinor refinements to the pager. (CVS 844)
2003-01-21  drhfix a typo on the quickstart.html page. (CVS 843)
2003-01-21  drhIn the pager, cache a pointer to the first page on...
2003-01-19  drhUpdate comments. No changes to code. (CVS 841)
2003-01-18  drhUpdate the speed comparison page. (CVS 840)
2003-01-18  drhFix datatype reporting and collating sequence selection...
2003-01-18  drhDo not report an error if the input to the sqlite shell...
2003-01-18  drhCheck the validity of the database connection before...
next