]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2003-06-08  jplyonDocumented SQL fns IFNULL() and NULLIF(). (CVS 1015)
2003-06-07  drhUse sqliteOsFileExists() in the debugging hook in vdbe...
2003-06-07  drhDo not assume that a pointer can fit in a long inside...
2003-06-07  jplyonMajor update of vdbe tutorial to 2.8.0 engine. (CVS...
2003-06-07  jplyonHyperlinks and minor additions/corrections for lang...
2003-06-06  drhExtend the authorization mechanism to disallow the...
2003-06-06  drhAdd btree_rb.c and opcodes.c to the source built by...
2003-06-06  drhAdd a prototype for the sqlite_vmprintf() function...
2003-06-05  drhFix a typo in speed.html. (CVS 1007)
2003-06-05  drhRemove unused code from util.c. (CVS 1006)
2003-06-04  drhFix a bug in UPDATE OR REPLACE that was introduced...
2003-06-04  drhAdjust test cases to cope with the extra column returne...
2003-06-04  drhChange the "database_list" pragma to return a third...
2003-06-04  drhVersion 2.8.3 (CVS 1002)
2003-06-04  drhUpdate the version number to 2.8.3. (CVS 1001)
2003-06-04  drhDisable the unreadable file test (attach-6.2) under...
2003-06-04  drhAvoid corrupting indices when doing a REPLACE on a...
2003-06-03  drhAdditional testing of the ATTACH command with bug fixes...
2003-06-02  drhThe OP_Checkpoint opcode is now a no-op if invoked...
2003-06-02  drhFix a bug in the COPY command introduced by check-in...
2003-06-02  drhFix an initialized variable in sqliteInitOne. (CVS...
2003-06-02  jplyonGenerate anchors in opcode table html for use by new...
2003-06-02  jplyonAdded comments. (CVS 993)
2003-06-02  jplyonAdditions and corrections to vdbe documentation comment...
2003-06-01  drhAdd the ability to INSERT or UPDATE using the "rowid...
2003-05-31  drhTighter binding of views, triggers, and indices to...
2003-05-29  drhChange the row-size limit back to 1MB. It was temporar...
2003-05-29  drhModify the windows locking code so that it works correc...
2003-05-29  jplyonAdded typeof() operator.
2003-05-19  drhFix segfault that occurs when opening a non-existing...
2003-05-17  drhAdditional attach testing. I now believe that ticket...
2003-05-17  drhPrevent an infinite loop when deleting a table that...
2003-05-17  drhVersion 2.8.2 (CVS 983)
2003-05-17  drhBump the version number and update the change log....
2003-05-17  drhFix problems with TEMP indices that lead to corrupt...
2003-05-17  drhVersion 2.8.1 (CVS 980)
2003-05-17  drhFix the fix for newlines in echo commands. Tickets...
2003-05-17  drhBump the version number to 2.8.1. Update documentation...
2003-05-17  drhEscape backslashes in echo commands in the makefiles...
2003-05-17  drhFix memory allocation problem in the sqlite_get_table...
2003-05-16  drhMake sure the ON CONFLICT clause on a BEGIN overrides...
2003-05-13  jplyonRemoved 3rd (file) column from PRAGMA database_list...
2003-05-13  drhFix another twos-complement negation error. Ticket...
2003-05-13  drhA change to lemon related to ticket #313. (CVS 972)
2003-05-13  drhRemove unnecessary "#include <sqliteInt.h>" from the...
2003-05-13  drhFix a #ifdefs that are used to comment-out the VACUUM...
2003-05-12  drhMake sure hash functions always return non-negative...
2003-05-11  jplyonChanged PRAGMA database_list to show the filename....
2003-05-11  jplyonChanged ".databases" command to use PRAGMA database_lis...
2003-05-10  drhChanges to comments. In particular, a lengthy comment...
2003-05-10  jplyonRemoved never-used symbol SQLITE_ResultDetails. (CVS...
2003-05-10  jplyonRemoved never-used pragma "result_set_details". (CVS...
2003-05-10  jplyonDocumented the "GO" and "\" command terminators. (CVS...
2003-05-10  jplyonFixed metacharacter coloring with LP, RP, PLUS.
2003-05-07  drhFormat keyword lists in lang.html using a TCL proc...
2003-05-07  jplyon- Added entries for PRAGMAs database_list, temp_store...
2003-05-07  jplyonCleaned up keywords section. (CVS 959)
2003-05-06  drhRestrain the flattener in the presence of outer joins...
2003-05-04  drhAdded tests trying (unsuccessfully) to reproduce ticket...
2003-05-04  drhShell command-line parsing enhancements suggested by...
2003-05-04  drhFix deficiencies in sqlite_complete() pointed out by...
2003-05-04  jplyonAdded shell command ".databases" to list name and file...
2003-05-04  jplyonadded shell command ".databases" to list name and file...
2003-05-04  jplyonnew section for keywords, more docs for attached databa...
2003-05-03  drhMore documentation updates. (CVS 951)
2003-05-03  jplyon- added entry for ATTACH DATABASE.
2003-05-02  drhAdditional tests of the new flattener added. Ticket...
2003-05-02  drhEnhance the query flattener to handle subqueries that...
2003-05-02  drhVDBE cursors numbers for tables in a join do not have...
2003-05-01  drhCorrectly create an index that uses an INTEGER PRIMARY...
2003-04-30  drhIn the shell tool, delay opening the database until...
2003-04-29  drhAccept a "/" or "go" on a line by itself as an SQL...
2003-04-29  drhAllow the ASC or DESC keyword to appear after a column...
2003-04-29  drhThe sqlite_complete() function should ignore carriage...
2003-04-26  drhIn the test code, make several attempts to convert...
2003-04-26  drhFix the shell tool to do a better job of ignoring white...
2003-04-26  drhOnly print the "Loading resources from..." line when...
2003-04-26  drhDo not use the return value of fcntl() to find the...
2003-04-26  drhFix the sqlite_complete() routine so that it recognizes...
2003-04-25  drhReport the correct authorization context in the authori...
2003-04-25  drhAdd tests to insure VACUUM works in the presence of...
2003-04-25  drhWork around a name collision problem on windows. (CVS...
2003-04-25  drhMake VACUUM work even if multiple processes have the...
2003-04-25  drhExplicit casts to squelch bogus warnings for vc++....
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...
next