]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2006-06-13  drhThe echo module test is now running. Added the tclvar...
2006-06-13  drhThe (unsupported) soundex() function returns '?000...
2006-06-13  drhThe optimizer recognizes MATCH operators and allows...
2006-06-13  drhAdd support for the MATCH operator. (CVS 3231)
2006-06-13  drhGet the code to compile with -DSQLITE_OMIT_VIRTUALTABLE...
2006-06-13  drhImproved comments and documentation of sqlite3_load_ext...
2006-06-13  danielk1977Add the tentative sqlite3_allocate_queryplan() API...
2006-06-13  danielk1977Add simple tests for the xFilter and xBestIndex methods...
2006-06-13  drhLemon correctly recognizes an empty grammar and errors...
2006-06-13  drhFree error message string in the quick start example...
2006-06-13  drhMinor changes to lempar.c to reduce warnings on some...
2006-06-13  danielk1977Add implementations for opcodes required for linear...
2006-06-13  danielk1977Bugfixes: Fix a segfault introduced as part of the...
2006-06-13  danielk1977Bugfixes: Fix a segfault introduced as part of the...
2006-06-13  drhProgress toward getting the virtual-table code generato...
2006-06-12  drhAdded code to iterate through virtual tables. All...
2006-06-12  danielk1977Add code to invoke the xDestroy method of a virtual...
2006-06-12  drhPatches to get things working better for OS2. Ticket...
2006-06-12  drhFixes so that builds work with SQLITE_OMIT_VIRTUALTABLE...
2006-06-12  drhGet builds working again when extension loading is...
2006-06-12  danielk1977Add a simple test case (and corresponding bugfix) for...
2006-06-12  danielk1977Add first cut of sqlite3_declare_vtab(). Not at all...
2006-06-12  danielk1977Incremental work on parsing/storing and invoking the...
2006-06-11  drhProgress toward CREATE VIRTUAL TABLE. Still not even...
2006-06-10  drhBasic parsing of CREATE VIRTUAL TABLE statements. ...
2006-06-08  drhIn the shell, make sure the database is opened before...
2006-06-08  drhUnload shared libraries when a database connection...
2006-06-08  drhNew shell command ".load" and the sqlite3_load_extensio...
2006-06-06  drhVersion 3.3.6 (CVS 3206)
2006-06-06  drhChanges in preparation for version 3.3.6. (CVS 3205)
2006-06-06  drhCommand "sqlite3 -version" returns 0 instead of 1....
2006-06-06  drhIn joins of the form "A left B, C" make sure they are...
2006-06-04  drhAdd comments to the changes of check-in (3200). (CVS...
2006-06-04  drhFix a windows portability problem in trans.test. (CVS...
2006-06-04  drhChanges to help SQLite cope with virus scanners and...
2006-06-03  drhRemove unused variables from vdbe.c. (CVS 3199)
2006-06-03  drhAdded support for OS/2. Ticket #1817 (CVS 3198)
2006-06-03  drhDo not record blank lines in the command-line editing...
2006-06-02  drhThe windows driver always allows other processes to...
2006-05-31  drhFix typo in lang_analyze.html. (CVS 3195)
2006-05-27  drhClarify the operation of sqlite3_last_insert_rowid...
2006-05-26  drhAllow SQL statements to be executed from within a progr...
2006-05-25  drhSyntax errors override errors from the code generator...
2006-05-25  drhHandle NULL database names in ATTACH and DETACH as...
2006-05-24  drhWhen opening a new connection on a shared cache, be...
2006-05-23  drhAdditional tests for ticket #1821. (CVS 3189)
2006-05-23  drhFix type coercion rules for the IN operator. Ticket...
2006-05-22  drhIf an sqlite3_mprintf() call uses a disallowed internal...
2006-05-11  drhAdjust the default weights on indices so that an index...
2006-05-11  drhFix documentation typo: The name of the competing...
2006-05-11  drhCorrectly handle multi-column indices where multiple...
2006-05-11  drhFix comments on the implementation of the SUM() functio...
2006-05-10  drhOut-of-memory checks added to tclsqlite.c and shell...
2006-05-08  drhFix error processing in Lemon. SQLite does not use...
2006-05-07  drhAutomatically increase the size of the pager hash table...
2006-05-03  drhFix a typo on a webpage. Ticket #1792. (CVS 3179)
2006-05-03  drhFaster :memory: database COMMITs. Ticket #1790. (CVS...
2006-04-26  drhGet LIMIT 0 working on subqueries. Ticket #1784. ...
2006-04-21  drhAdditional information about index sorting in EXPLAIN...
2006-04-19  drhRemove a superfluous call to access() in the unix drive...
2006-04-16  drhAllocate enough memory for the worst-case UTF-16 to...
2006-04-11  drhAllow constant terms in the ORDER BY or GROUP BY clause...
2006-04-10  drhFollow-up to check-in (3164). Make sure SQLITE_NOMEM...
2006-04-08  drhVariable declarations should come before code. Ticket...
2006-04-07  drhReorder code so that it compiles with SQLITE_OMIT_MEMOR...
2006-04-07  drhReturn the correct declared column type, origin column...
2006-04-07  drhAvoid the use of atof(). Ticket #1756. (CVS 3168)
2006-04-05  drhVersion 3.3.5 (CVS 3167)
2006-04-05  drhFix typos in the previous check-in. (CVS 3166)
2006-04-05  drhPreparing for the release of version 3.3.5. (CVS 3165)
2006-04-05  drhMake sure SQLITE_NOMEM is reported out on a malloc...
2006-04-05  drhAdd documentation on new sqlite_authorizer callback...
2006-04-05  drhDocumentation typos. Tickets #1749 and #1750. (CVS...
2006-04-04  drhChanges to get SQLite running on machines that use...
2006-04-02  drhDo not strip windows DLLs because this prevents them...
2006-04-01  drhRemove mention of the REVERSE collating sequence from...
2006-03-29  drhProperly record the names of triggers even if the name...
2006-03-28  drhCompile-time option to use only 32-bit integers. (CVS...
2006-03-28  drhJoin optimizer enhancements. (CVS 3156)
2006-03-28  drhExtra asserts to prove that certain reported errors...
2006-03-26  drhWork around a bug in GCC 4.0.2. (CVS 3154)
2006-03-26  drhSQLite now always chooses the column names for compound...
2006-03-25  drhAdd code to report an error on a recursive trigger...
2006-03-25  drhAdd a note to the API documentation emphasizing that...
2006-03-24  drhMake sure the rootpage values in the symbol table are...
2006-03-23  drhImprovements to comments in build.c. (CVS 3149)
2006-03-23  drhGet autovacuum and in-memory databases working together...
2006-03-23  drhUse the pread()/pwrite() interface on Posix if compiled...
2006-03-23  drhImprovements to comments. No changes to code. (CVS...
2006-03-22  drhGet the build to run with -DSQLITE_OMIT_SHARED_CACHE...
2006-03-19  drhIncrease test coverage to above 98%. (CVS 3144)
2006-03-17  drhMiscellaneous code cleanup. (CVS 3143)
2006-03-17  drhCode and comment cleanup for the sorting optimization...
2006-03-17  drhMuch faster sorting when there are a large number of...
2006-03-16  drhFix some compiler warnings. (CVS 3140)
2006-03-16  drhMake provisions in the code to support Provisions to...
2006-03-15  drhPerformance improvement in sqlite3VdbeAddOp(). (CVS...
2006-03-15  drhFix CHECK constraints to use alternative conflict resol...
2006-03-14  drhSet and clear the full_column_name flag using direct...
2006-03-14  drhMove the PENDING_PAGE to a very large value if disk...
next