]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2006-02-22  drhNew compile-time option SQLITE_SECURE_DELETE takes...
2006-02-18  drhAlways generate code, even if it is a no-op, for CREATE...
2006-02-17  danielk1977Fix bug preventing compliation without MEMDEBUG when...
2006-02-17  danielk1977Ensure temp db is open before executing a pragma like...
2006-02-16  drhOr the SQLITE_UTF16_ALIGNED with the encoding field in
2006-02-16  drhFix more typos in the file format document. (CVS 3102)
2006-02-16  drhFix a typo in the file format document. (CVS 3101)
2006-02-15  drhGet the build working again. Fix for check-in (3093...
2006-02-15  drhMention the NOT unary operator in the documentation...
2006-02-15  drhUpdate the configure script to use AC_HELP_STRING....
2006-02-14  danielk1977test_async.c: Writer-thread should not relinquish mutex...
2006-02-14  danielk1977Account for a malloc failure in the asynchronous writer...
2006-02-14  danielk1977Fix bug in test_async.c version of OsFileSize(). (CVS...
2006-02-14  danielk1977Add simple io error tests for test_async.c. (CVS 3094)
2006-02-14  danielk1977Changes so that test_async.c works with memory manageme...
2006-02-13  drhDisable the /./ and /../ collapser logic in sqlite3OsFu...
2006-02-13  drhFix a bug in the handling of sqlite3OsTruncate by the...
2006-02-13  drhAdd in-process file locking to test_async.c. The unix...
2006-02-13  drhFix a deadlock problem on the sqlite3async_wait test...
2006-02-13  drhImprovements to the TRACE macro in test_async.c. (CVS...
2006-02-13  drhI/O errors shut down all processing on the same file...
2006-02-13  drhFix overlapping read logic in the test_async.c demonstr...
2006-02-13  drhFix a memory leak in test_async.c. (CVS 3085)
2006-02-11  drhI give up. SUM() now throws an error on integer overfl...
2006-02-11  drhVersion 3.3.4 (CVS 3083)
2006-02-11  drhFix typo in os_unix.c. (CVS 3082)
2006-02-11  drhPrepare for the release of 3.3.4. (CVS 3081)
2006-02-11  drhAdd support and documentation for the fullfsync pragma...
2006-02-10  drhMake sure pointers are always aligned to 8-bytes when...
2006-02-10  drhClean up pointer misuse in vdbe.c. (CVS 3078)
2006-02-10  danielk1977Minor test file modifications for builds compiled with...
2006-02-10  danielk1977Add documentation for new APIs. (CVS 3076)
2006-02-10  drhMore comments on the unix locking code. Ticket #1672...
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...
next