]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2005-02-09  danielk1977Document SQLITE_DEFAULT_CACHE_SIZE and SQLITE_DEFAULT_T...
2005-02-08  danielk1977Fix a buggy interaction between "INSERT ... SELECT...
2005-02-08  danielk1977Fix for correlated subqueries where the parent is an...
2005-02-06  drhAdd the (highly experimental) omit_readlock pragma...
2005-02-05  danielk1977Allow expressions (including variables) in LIMIT and...
2005-02-05  danielk1977Add a numeric version number. Ticket #1097. (CVS 2315)
2005-02-05  danielk1977Detect database corruption in rootpage flags (see also...
2005-02-04  drhDetect and report a subtle case of database file corrup...
2005-02-04  danielk1977Remove code for SQL cursors. (CVS 2312)
2005-02-03  drhGet AUTOINCREMENT and VACUUM working together. Ticket...
2005-02-03  drhFix the ".dump" command in the shell so that it works...
2005-02-03  drhMake sure the rc variable in OsWrite of os_win.c is...
2005-02-02  danielk1977Fix a comment in sqlite3.h. No code changes. Ticket...
2005-02-02  danielk1977Handle "rowid<=X ORDER BY rowid DESC" where X is an...
2005-02-01  drhVersion 3.1.1 (beta) (CVS 2306)
2005-02-01  drhIncrement the version number to 3.1.1beta. (CVS 2305)
2005-02-01  danielk1977Space analyzer: Format integer results as integers...
2005-02-01  danielk1977Have debugging code handle sqliteMalloc(n) where n...
2005-02-01  drhMore performance tweaking in the parser. (CVS 2302)
2005-02-01  danielk1977Fix an error introduced with (2299). (CVS 2301)
2005-02-01  drhLemon optimization: When doing a shift following a...
2005-02-01  danielk1977Avoid allocating a vdbe in sqlite3FinishCoding() if...
2005-02-01  danielk1977Change to sqlite3AffinityType() to remove hex constants...
2005-02-01  drhTweaks to the keyword hash generator. Tried to make...
2005-02-01  danielk1977Replace sqlite3AffinityType() with a slightly faster...
2005-01-31  drhPerformance tweaks for sqlite3AffinityType. (CVS 2295)
2005-01-31  danielk1977Move sqlite3HashNoCase to hash.c. (CVS 2294)
2005-01-31  danielk1977Assorted minor changes to speed up loading the database...
2005-01-30  drhUser-contributed chagnes to tclinstaller so that it...
2005-01-30  danielk1977Respect collation sequences in views. Ticket #1088...
2005-01-30  danielk1977Have the optimization introduced in (2170) deal with...
2005-01-29  danielk1977Update to test files to support builds with OMIT macros...
2005-01-29  danielk1977Fix a test bug causing a segfault in bind.test. (CVS...
2005-01-29  danielk1977Update ioerr.test to be more deterministic. (CVS 2287)
2005-01-29  danielk1977Modify sub-query handling. Tickets #1083 and #1084...
2005-01-29  danielk1977Modification to schema.test so that it works with SQLIT...
2005-01-28  drhMake sure the #include of "sqliteInt.h" always comes...
2005-01-27  danielk1977Fix a warning introduced by (2280). (CVS 2283)
2005-01-27  drhMore changes to improve propagation of SQLITE_CORRUPT...
2005-01-27  danielk1977Test that it is ok to execute ALTER TABLE immediately...
2005-01-27  danielk1977Have REINDEX handle missing collation sequences correct...
2005-01-26  drhPropagate detected database corruption up through the...
2005-01-26  drhAn optimization to sqlite3VdbeSerialType(). (CVS 2278)
2005-01-26  danielk1977Add an entry to faq.tcl regarding SQLITE_SCHEMA errors...
2005-01-26  danielk1977Allow GROUP BY on non-aggregate queries. Ticket #1064...
2005-01-25  danielk1977Prevent collation sequences and user functions from...
2005-01-24  danielk1977Clarify documentation of DEFAULT CURRENT_TIME etc....
2005-01-24  danielk1977More test cases to do with invalidating precompiled...
2005-01-24  drhUse the cache with loading a large table in select2...
2005-01-24  danielk1977Modifications and bugfixes so that the test suite passe...
2005-01-24  drhFlush the TCL statement cache before each lock_status...
2005-01-24  drhChange the TCL interface so that it can cache VMs and...
2005-01-23  danielk1977Modification to shell.c to avoid a compiler warning...
2005-01-23  danielk1977Minor changes to avoid warnings on some compilers....
2005-01-23  drhFix a bug in change counting that comes up when sqlite3...
2005-01-23  drhATTACH and DETACH cause prepared statements to expire.
2005-01-22  danielk1977Test script changes: Bug fix and cleanup on ioerr tests...
2005-01-22  drhAdd the experimental sqlite3_expired() API. (CVS 2263)
2005-01-21  drhAdd <stddef.h> to sqliteInt.h. (CVS 2262)
2005-01-21  drhMore documentation changes. Allow SQLITE_DEFAULT_CACHE...
2005-01-21  drhVersion 3.1.0 (alpha) (CVS 2260)
2005-01-21  drhDocumentation updates prior to 3.1.0. (CVS 2259)
2005-01-21  drhInitialize the random number generator from /dev/urando...
2005-01-21  drhChange to mkopcodeh.awk to accomodate windows systems...
2005-01-21  drhUpdate change log for version 3.1.0. (CVS 2256)
2005-01-21  drhFinal preparations for the 3.1.0 alpha release. (CVS...
2005-01-21  danielk1977Improve test coverage for minimum feature builds. ...
2005-01-21  danielk1977Exclude a few more lines of code using OMIT macros...
2005-01-21  danielk1977Modify test scripts to work when SQLITE_OMIT_SUBQUERY...
2005-01-21  danielk1977Modify test scripts to work when SQLITE_OMIT_SUBQUERY...
2005-01-21  drhAdd a new test file for subqueries. (CVS 2250)
2005-01-21  danielk1977Change the implementation of ALTER TABLE so that it...
2005-01-21  drhFix a segfault that occurs on a corrupt database. ...
2005-01-20  drhFix comment typo in mkopcodec.awk. (CVS 2247)
2005-01-20  drhBug fixes and enhancements entered while on jury recess...
2005-01-20  drhAdded the SQLITE_OMIT_SUBQUERY compile-time option...
2005-01-20  danielk1977Remove a few more lines of code when SQLITE_OMIT_*...
2005-01-20  danielk1977Extend the influence of a couple of SQLITE_OMIT_**...
2005-01-20  danielk1977Changes so that crash.test works when SQLITE_OMIT_PAGER...
2005-01-20  danielk1977Fix some test scripts so that they work with a minimal...
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)
next