]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-09-03  drhFix a VDBE stack overflow issue with the UPDATE statement. branch-3.3.6
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...
2006-03-14  drhMake sure sqlite3FindCollSeq() returns NULL after a...
2006-03-13  drhGet parserless builds working again. (CVS 3133)
2006-03-13  drhFix documentation to show the correct return type from...
2006-03-13  drhChanges to get the Serialized Statement Extension worki...
2006-03-13  drhAdditional changes due to Coverity scans. (CVS 3130)
2006-03-11  drhAdd an assert() to demonstrate that Klockworks is wrong...
2006-03-09  drhCorrect names returned from a query against a view...
2006-03-06  drhRemove all reference to EXTERN from tclsqlite.c. Ticke...
2006-03-06  drhCode changes resulting from Coverity analysis.
2006-03-06  drhPager performance enhancements. (CVS 3125)
2006-03-03  drhFix typo in documentation. Ticket #1578. (CVS 3124)
2006-03-03  drhEXPLAIN sets the length of its text return values corre...
2006-03-03  drhThe table_info pragma shows column affinity as "" if...
2006-03-03  drhMake sure the default busy handler uses usleep() when...
2006-03-03  drhThe --enable-debug option on configure enables verbose...
2006-03-03  drhFix tclsqlite.c to better support Mingw. Ticket #1687...
2006-03-03  drhIgnore leading spaces on text to numeric conversions...
2006-03-02  drhAllow WHERE clause terms on the left table of a LEFT...
2006-03-02  drhChange the ROUND() function to return a REAL value...
2006-02-27  drhReduce the size of a memory allocation in the windows...
2006-02-27  drhAdd a test to make sure parser stack overflow is detect...
2006-02-27  drhThe parser now permits very large triggers - triggers...
2006-02-27  drhDetect stack overflow in the parser and report an error...
2006-02-24  drhAdditional compiler warnings suppressed. (CVS 3111)
2006-02-24  drhRemove unused parameters on internal APIs. Suppress...
2006-02-23  drhMake sure the random() function always returns a value...
2006-02-23  drhDetect integer overflow in the abs() function. The...
next