]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2005-01-07  danielk1977Remove incorrect assert() and add extra option to accou...
2005-01-03  tpoindexadd --enable-debug to configure options, controls ...
2005-01-03  tpoindexadd comment that table is accessed by primary key ...
2005-01-03  drhAllow GROUP BY on aggregate queries only. Ticket ...
2005-01-03  drhFix typos in comments in test code.
2005-01-03  drhFix a typo in a comment. No code changes. Ticket...
2005-01-03  drhFix comment typos. no code changes. (CVS 2173)
2004-12-25  drhFix ticket #1046 by removing code and simplifying the...
2004-12-20  tpoindexAdd PRAGMA 'temp_store_directory'. Added os_*.c function
2004-12-19  drhThe optimizer now uses only the index and ignores the...
2004-12-18  drhImprovements to the query optimizer. This is a work...
2004-12-17  drhFix a C++-ism in the previous change to tclsqlite.c...
2004-12-17  tpoindexAdd 'copy' method for tcl interface. Behaves similar...
2004-12-16  drhMake sure LIMITs are handled correctly on UNION operato...
2004-12-14  drhMinor code and comment cleanup. (CVS 2165)
2004-12-10  drhFactor the test for zName==NULL out of the loop. Ticke...
2004-12-10  drhFix a problem with the automatic generation of the...
2004-12-10  drhBack out the USE_TCL_STUBS changes because it breaks...
2004-12-10  drhImprovements to the --help option to configure. Ticket...
2004-12-10  drhAdd a -DUSE_TCL_STUBS to the standard Makefile. This...
2004-12-09  drhEnhance sqlite3_bind_parameter_index so that is does...
2004-12-07  drhOnly evaluate expressions once for UPDATE and INSERT...
2004-12-07  drhSimplify the trigger logic for DELETE, INSERT, and...
2004-12-07  drhRemove the unused sqlite3_context.isStep element. ...
2004-12-07  drhUpdates to API documentation and comments in sqlite3...
2004-12-02  drhGet the build of sqlite3_analyzer working with Makefile...
2004-11-27  drhDisable the cursors. "make install" now builds and...
2004-11-25  drhThe configure script now automatically detects tclConfi...
2004-11-24  drhFix a memory leak in pager.c. (CVS 2151)
2004-11-23  drhfulltest runs now, but still finds a memory leak. ...
2004-11-23  danielk1977Fix a memory leak in ALTER TABLE. (CVS 2149)
2004-11-23  danielk1977Add authorization callbacks for REINDEX. (CVS 2148)
2004-11-23  danielk1977Include the 'FOR' keyword in builds that include cursor...
2004-11-23  danielk1977Make the test suite pass when SQLITE_OMIT_SCHEMA_VERSIO...
2004-11-23  danielk1977Ensure the test suite runs with SQLITE_OMIT_PAGER_PRAGM...
2004-11-23  danielk1977Have tests pass when SQLITE_OMIT_SCHEMA_PRAGMAS is...
2004-11-23  danielk1977Fix a bug involving balance_shallow() and the sqlite_ma...
2004-11-23  drhMore work on the implementation of cursors, but they...
2004-11-22  drhAdd initial infrastructure for cursors. In where.c...
2004-11-22  drhFix a long-standing bug in btree.c in the sqlite3BtreeP...
2004-11-22  danielk1977Fix a couple of extra test-suite problems with SQLITE_O...
2004-11-22  danielk1977Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT...
2004-11-22  danielk1977Ensure tests pass when SQLITE_OMIT_TRIGGER is defined...
2004-11-22  danielk1977Fix a test-suite error made in check-in (2132) (CVS...
2004-11-22  danielk1977Back out changes allowing writes to tables that have...
2004-11-22  danielk1977Back out changes allowing writes to tables that have...
2004-11-22  danielk1977Back out changes allowing writes to tables that have...
2004-11-22  danielk1977Modify test suite to work when SQLITE_OMIT_VIEW is...
2004-11-22  danielk1977Have tests pass when SQLITE_OMIT_MEMORYDB is defined...
2004-11-22  danielk1977Fix auth.test to work when SQLITE_OMIT_ALTERTABLE is...
2004-11-21  drhAUTOINCREMENT documentation added. Improvements to...
2004-11-20  drhFix to the documentation on sqlite3_create_function...
2004-11-20  drhAvoid excess heap usage when copying expressions. ...
2004-11-20  drhCorrect use of usableSize versus pageSize in btree...
2004-11-20  drhBetter error message on an SQLITE_RANGE error. Ticket...
2004-11-20  drhRename source file sqlite.1 as sqlite3.1. Ticket ...
2004-11-20  drhOmit the maximum loop count on the random name chooser...
2004-11-20  drhRig the sqliteMalloc() routine so that we can make...
2004-11-20  drhFix segfaults that might occur after a malloc failure...
2004-11-20  danielk1977Documentation for REINDEX and ALTER TABLE commands...
2004-11-20  danielk1977Add a documentation page for compilation options. Still...
2004-11-19  danielk1977Split up the lang.html page into a seperate page for...
2004-11-19  danielk1977Ensure ALTER TABLE respects the system table convention...
2004-11-19  danielk1977Update the sqlite_sequence table when a table is rename...
2004-11-19  danielk1977When dropping a table, update the sqlite_sequence table...
2004-11-19  danielk1977Fix bugs in ALTER TABLE related to (a) whitespace in...
2004-11-18  danielk1977Handle triggers correctly in ALTER TABLE. (CVS 2111)
2004-11-18  drhSpeed improvement on the LIKE command. (CVS 2110)
2004-11-18  drhFix an obsolete comment that resulted in incorrect...
2004-11-18  drhClarify the documentation of the sqlite3_create_functio...
2004-11-17  danielk1977Add the ESCAPE clause to the LIKE operator. Not fully...
2004-11-17  danielk1977Extra tests and resulting bugfixes for btree cursors...
2004-11-16  drhClarify the LIMIT clause in the documentation. Ticket...
2004-11-16  danielk1977Perform deletes in a single pass. (CVS 2104)
2004-11-16  danielk1977Allow btree cursors to persist through BtreeDelete...
2004-11-15  drhFix a typo in the header comment to the MakeRecord...
2004-11-15  drhAdd test cases for escape characters in the GLOB operat...
2004-11-14  drhThe SQLITE_OMIT_UTF16 macro now removes lots of code...
2004-11-14  drhChanges toward reducing code size when SQLITE_OMIT_UTF1...
2004-11-13  drhMore compile-time options for removing components....
2004-11-13  danielk1977Code toward having btree cursors persist when their...
2004-11-13  drhFix the keyword generator so that it works with SQLITE_...
2004-11-13  drhAutoincrement is now working and has regression tests...
2004-11-12  danielk1977Change pragmas schema_cookie and user_cookie to schema_...
2004-11-12  danielk1977Add authorization callbacks to ALTER TABLE. (CVS 2093)
2004-11-12  danielk1977Add the "ALTER TABLE xxx RENAME TO yyy" command. (CVS...
2004-11-12  drhAutoincrement code installed. Simple smoke-testing...
2004-11-11  drhWebsite updates. (CVS 2090)
2004-11-11  danielk1977Add the schema_cookie and user_cookie pragmas. (CVS...
2004-11-11  danielk1977Add documentation for DEFAULT CURRENT_TIME & co. (CVS...
2004-11-10  danielk1977Ensure the test suite can run with either SQLITE_OMIT_A...
2004-11-10  danielk1977Fix expr.test so that it works when the date-time funct...
2004-11-10  danielk1977Ensure tables cannot be created/dropped when btree...
2004-11-10  danielk1977Add user documentation for the "pragma auto_vacuum...
2004-11-09  danielk1977Have "DEFAULT CURRENT_TIME" & co. work even if SQLITE_O...
2004-11-09  danielk1977Port the "DEFAULT CURRENT_TIME" etc. functionality...
2004-11-09  danielk1977Refactor the space-analysis script for readability...
2004-11-08  danielk1977Update the space-analyzer tool to support auto-vacuum...
2004-11-08  danielk1977A few more auto-vacuum tests. (CVS 2079)
2004-11-08  danielk1977Check in the file autovacuum_crash.test that should...
next