]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2005-01-20  drhTurn SQLITE_OMIT_CURSOR on by default. (CVS 2240)
2005-01-20  drhExpression generator bug fix. (CVS 2239)
2005-01-20  danielk1977Minor fix for sqlite3_clear_bindings(). (CVS 2238)
2005-01-20  danielk1977Add the experimental sqlite3_sleep() and sqlite3_clear_...
2005-01-19  drhContinued refactoring of the name resolution logic...
2005-01-19  danielk1977Another fix along the same lines as (2234) (CVS 2235)
2005-01-19  danielk1977A few test cases were failing on windows due to mandato...
2005-01-18  drhMake sure USING and NATURAL work on joins even if the...
2005-01-18  drhCREATE TABLE ... AS ... uses short names for columns...
2005-01-18  drhColumn names coming back from a SELECT are now just...
2005-01-18  drhContinue refactoring name resolution. Fix for ticket...
2005-01-18  drhRefinements to the name resolution logic. Change the...
2005-01-17  drhInfrastructure changes to handle name resolution differ...
2005-01-17  danielk1977Fix a bug reported on the mailing list concerning a...
2005-01-17  danielk1977Fix some memory leak problems with corrupt.test and...
2005-01-17  drhAdd incomplete, preliminary drafts of new documentation...
2005-01-17  danielk1977Fix a memory leak that occurs as a result of an IO...
2005-01-17  danielk1977Change some assert()s that could fail if the database...
2005-01-17  danielk1977Have sqlite3pager_get() return SQLITE_CORRUPT for a...
2005-01-16  drhTurn on quick-balance by default. (CVS 2221)
2005-01-16  drhDrop support for MAC OS9. SQLite 3 has never worked...
2005-01-16  danielk1977Changes to make sure tests work when SQLITE_DEFAULT_AUT...
2005-01-16  danielk1977Fixes so that compiling and testing works when SQLITE_O...
2005-01-16  danielk1977Move duplicate code to update pointer-map wrt overflow...
2005-01-15  danielk1977Enhance the performance of auto-vacuum databases by...
2005-01-15  drhTest coverage improvements. (CVS 2215)
2005-01-15  drhImproved test coverage for update.c. (CVS 2214)
2005-01-15  drhImproved coverage for insert.c. (CVS 2213)
2005-01-14  drhAdd comments to the new balance_quick() routine. (CVS...
2005-01-14  danielk1977Experimental patch to balance() (use -DSQLITE_BALANCE_Q...
2005-01-14  drhImproved test coverage on insert.c. (CVS 2210)
2005-01-13  drhNeed SQLITE_MEMDEBUG instead of SQLITE_DEBUG in tclsqli...
2005-01-13  drhFix a bug in lemon that does not effect SQLite. Ticket...
2005-01-13  danielk1977Tidy up malloc.test a bit. (CVS 2207)
2005-01-13  danielk1977Fix typo in shell .help. Ticket #1071. (CVS 2206)
2005-01-13  danielk1977Test cases to improve coverage of pager.c. (CVS 2205)
2005-01-13  danielk1977Fixes to 'configure' build system. Also extra coverage...
2005-01-12  danielk1977Fix a test bug introduce with the previous commit....
2005-01-12  danielk1977Tests to improve coverage of main.c. (CVS 2202)
2005-01-12  danielk1977Tests to improve coverage of vdbeaux.c. (CVS 2201)
2005-01-12  danielk1977Tests to improve coverage of vdbemem.c. (CVS 2200)
2005-01-12  drhFix a bug in tclsqlite.c. (CVS 2199)
2005-01-11  drhFix for ticket #1062: Correctly handle redundant terms...
2005-01-11  drhAllow '$' in the middle of identifiers. Ticket #1066...
2005-01-11  drhTest coverage improvements on tokenize.c. (CVS 2196)
2005-01-11  drhImproved test coverage for vdbeaux.c. (CVS 2195)
2005-01-11  drhImproved test coverage for util.c. (CVS 2194)
2005-01-11  danielk1977Test cases to improve coverage of vdbe.c. (CVS 2193)
2005-01-11  danielk1977Remove a C++ style comment that went in with the previo...
2005-01-11  danielk1977Test cases to improve coverage of btree.c (and minor...
2005-01-11  danielk1977Test cases to improve coverage of btree.c (and minor...
2005-01-10  danielk1977Extra test cases to improve coverage of btree.c (CVS...
2005-01-10  danielk1977Update some documentation for version 3.1. (CVS 2188)
2005-01-10  danielk1977Fix an assertion failure due to interaction between...
2005-01-08  drhTcl interface does as sqlite3 or as sqlite. A compile...
2005-01-08  drhFixes to the temp_store_directory pragma. (CVS 2185)
2005-01-08  drhFix a comment. (CVS 2184)
2005-01-08  danielk1977Fix a problem with auto-vacuum databases and the VACUUM...
2005-01-08  danielk1977Minor test script changes to allow all.test to run...
2005-01-07  danielk1977Reset the temp_store_directory each iteration of tests...
2005-01-07  danielk1977Fix a read of invalid memory that could occur in btree...
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...
next