]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2006-02-10  danielk1977Add trivial tests to increase coverage of sqlite3_table...
2006-02-10  danielk1977Work around the case where the pending-byte page is...
2006-02-10  danielk1977Fix the origin APIs so that they correctly handle views...
2006-02-10  drhFix deadlock problem in the unix mutex. Ticket #1672...
2006-02-10  danielk1977Add a symbol P3_TRANSIENT to pass to VdbeSetColName...
2006-02-10  danielk1977Add the column_origin_name() etc. APIs. (CVS 3069)
2006-02-09  drhIgnore errors when when calling fsync() on a directory...
2006-02-09  drhAllow '@' to introduce host parameter names for compati...
2006-02-09  drhSUM never gives an error. An integer result is returne...
2006-02-09  drhDeprecate the sqlite3_aggregate_count() API. Make...
2006-02-09  drhInteger overflow in SUM causes an exception. Ticket...
2006-02-09  drhBack out check-in (3058) - it breaks too much applicati...
2006-02-09  danielk1977Add the sqlite3_table_column_meta() API. (CVS 3062)
2006-02-09  drhAvoid overflowing the 48-bit mantissa of a floating...
2006-02-09  drhCorrectly handle COLLATE clauses in tables being modifi...
2006-02-09  drhUse 64-bit integers in sqlite3_analyzer. Ticket #1666...
2006-02-06  drhAdd "autoinc" and "collseq" columns to the table_info...
2006-02-06  drhKeep correct track of the amount of outstanding memory...
2006-02-06  danielk1977Update the per-thread bytes allocated counter with...
2006-02-05  drhDetect circularly defined views and issue an error...
2006-02-01  drhTypecast to silence (incorrect) compiler warning. ...
2006-02-01  drhAlways register BINARY collating sequences for UTF...
2006-02-01  drhIn joins of the form: "A, B left C" make sure that...
2006-02-01  drhAdded support for the -enable-thread-override-lock...
2006-01-31  drhAdd the SQLITE_THREADS_OVERRIDE_LOCKS compile-time...
2006-01-31  drhPatches to support linux on embedded platforms. (CVS...
2006-01-31  drhFix some pointless warnings from overly-pedantic compil...
2006-01-31  drh3rd parameter to sqlite3_prepare() should be -1 if...
2006-01-31  drhVersion 3.3.3 (CVS 3046)
2006-01-31  drhPut in the correct release date for version 3.3.3....
2006-01-31  drhFix an problem in the test scripts that was show false...
2006-01-31  drhAuthorization callback on the ALTER TABLE ADD COLUMN...
2006-01-30  drhRemove support for the non-standard ON CONFLICT clause...
2006-01-30  drhMemory DB works with autovacuum. (CVS 3041)
2006-01-30  drhMake sure the 3rd parameter to sqlite3_prepare() is...
2006-01-30  drhClarify that the nBytes parameter to sqlite3_prepare...
2006-01-30  drhDocumentation updates in preparation for the release...
2006-01-30  danielk1977Add a couple of extra test cases for #1644. (CVS 3037)
2006-01-30  drhExpire all prepared statements whenever there is a...
2006-01-30  drhFix bug with CHECK constraints contain an IN operator...
2006-01-27  danielk1977Fix a couple of (harmless) intel compiler warnings...
2006-01-26  drhEnhanced comments on the opcode.h building script....
2006-01-26  danielk1977Fix an error in the collation sequence examples in...
2006-01-26  danielk1977Add omittest.tcl script to automate testing compile...
2006-01-26  danielk1977Handle a malloc() failure in resizeOpArray(). (CVS...
2006-01-25  drhMinor comment changes and code optimizations. (CVS...
2006-01-25  drhRename files using for testing only so that their name...
2006-01-24  danielk1977Handle errors in saving cursor positions during a rollb...
2006-01-24  danielk1977Save the position of any open cursors before a rollback...
2006-01-24  danielk1977Return code was being dropped because of overridden...
2006-01-24  danielk1977Rename some variables to avoid hiding others. Also...
2006-01-24  danielk1977Coverage improvements for main.c. (CVS 3023)
2006-01-24  danielk1977General test coverage improvements. (CVS 3022)
2006-01-24  drhSqlite3_analyzer reports an error if it runs into troub...
2006-01-24  drhUpdate the publish scripts to correctly build the TCL...
2006-01-24  drhVersion 3.3.2 (beta) (CVS 3019)
2006-01-24  drhMore test script changes to get it to run without ...
2006-01-23  drhChange the release date for version 3.3.2 to January...
2006-01-23  drhDisable shared-cache OOM tests if not compiled with...
2006-01-23  drhBug fix in the WinCE bindings. (CVS 3015)
2006-01-23  drhMore progress toward getting SQLITE_OMIT_FLOATING_POINT...
2006-01-23  drhFix the shared pager tests so that they work under...
2006-01-23  drhProgress toward getting SQLITE_OMIT_FLOATING_POINT...
2006-01-23  drhBug fix in cases where a compound select has an ORDER...
2006-01-23  drhAdd documentation on the IF NOT EXISTS clause to CREATE...
2006-01-23  drhMakefile changes so that builds work on Solaris. Ticke...
2006-01-23  drhBug fix in the ROWID generation logic of the VDBE....
2006-01-23  drhGet I/O error tests working on windows. (CVS 3007)
2006-01-23  drhFix uninitialized variable in os_unix.c. (CVS 3006)
2006-01-23  danielk1977Add "#ifndef NDEBUG" around sqlite3pager_iswriteable...
2006-01-23  drhChanges to the enc2.test script so that it will run...
2006-01-23  drhCut over the patches to support WinCE. Ticket #1600...
2006-01-23  drhFix a bug in pager.c that was overwriting freed memory...
2006-01-23  danielk1977Further coverage improvements for pager.c and another...
2006-01-23  drhFix os_common.h so that the code builds without -DSQLIT...
2006-01-23  danielk1977Do not automatically rollback at the btree or pager...
2006-01-23  drhFix to sqlite3AllocMalloc() when it is a no-op macro...
2006-01-23  drhDo not name variables "operator" because some compilers...
2006-01-23  drhWork around buggy malloc() implementations that cause...
2006-01-23  danielk1977Improve coverage of pager.c and fix an IO error handlin...
2006-01-23  drhFix additional compiler warnings. Tickets #1615, ...
2006-01-23  danielk1977Fixes for OMIT_UTF16 and OMIT_COMPOUND (CVS 2993)
2006-01-23  danielk1977Improve coverage of expr.c and btree.c slightly. (CVS...
2006-01-23  drhRemove vestiges of the older TSD code for handling...
2006-01-22  drhPerformance optimization in btree.c. (CVS 2990)
2006-01-22  drhCode size reductions in select.c. (CVS 2989)
2006-01-22  drhTests for the subquery flattening fix of check-in ...
2006-01-21  drhDo not flatten subqueries in a join where the subquery...
2006-01-21  drhFix a bug in os.h. How did this slip by before now...
2006-01-21  danielk1977Fix more problems with malloc() and IO failures. (CVS...
2006-01-20  drhMore compiler warnings fixed - or in some cases comment...
2006-01-20  drhFix some compiler warnings. (CVS 2983)
2006-01-20  danielk1977Fix another couple of IO or malloc() failure problems...
2006-01-20  drhFix and test the processing of sqlite3_result_error...
2006-01-20  danielk1977Handle some of the IO error conditions that may occur...
2006-01-19  drhMake sure sqlite3_thread_cleanup() does not try to...
2006-01-19  drhFix the #ifdef around sqlite3OutstandingMallocs() in...
2006-01-19  danielk1977Account for read-uncommitted cursors in sqlite3BtreeCle...
2006-01-19  danielk1977Fix a bug with internally saving cursors open on index...
2006-01-18  danielk1977Omit thread2.test if memory-management is enabled at...
next