]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2005-12-14  drhAvoid using the transient value in the UTF-16 collation...
2005-12-14  drhProperly zero-terminate UTF-16 collation names on an
2005-12-12  danielk1977Fix minor malloc() related problems and add sqlite3_sof...
2005-12-10  drhAdd the "exists" method to the TCL interface. (CVS...
2005-12-09  drhNew bind tests (check-ins (2797) and (2798)) only work...
2005-12-09  drhMore annoying and pointless signedness warnings fixed...
2005-12-09  drhClean up annoying (and pointless) compiler warnings...
2005-12-09  danielk1977Define the sqliteMalloc() macro differently to avoid...
2005-12-09  danielk1977Many small changes to ensure memory is not leaked after...
2005-12-09  drhAdd more stress testing to autovacuum in an (unsuccessf...
2005-12-08  drhProvide a pragma to set the codec key. (CVS 2806)
2005-12-07  danielk1977Add some tests for malloc() failure within the column_n...
2005-12-06  danielk1977Allow VACUUM to detach the auxillary database after...
2005-12-06  danielk1977Modify ATTACH and DETACH to execute at runtime instead...
2005-12-06  drhReport errors out of sqlite3_open16(). (CVS 2802)
2005-12-06  danielk1977Add test file for new malloc() failure handling. (CVS...
2005-12-06  danielk1977Some elements of the new malloc() failure handling...
2005-12-05  drhUpdate mailing list hyperlink on the support page....
2005-12-05  drhMake sure sqlite3_result_text can handle text strings...
2005-12-02  drhAdd a test to verify that binding text with embedded...
2005-12-02  drhDocumentation updates. (CVS 2796)
2005-11-30  drhRestructure the OS interface yet again. This time...
2005-11-29  drhThe crash test works now, at least on unix. Untested...
2005-11-29  drhMake the build work on windows again. Ticket #1544...
2005-11-29  drhThe crash tests now compile, at least. But they get...
2005-11-29  drhMake the OsFile structure opaque with its internal...
2005-11-28  drhReplace a call to sprintf() with sqlite3MPrintf() since...
2005-11-26  drhDisable the OR-clause optimization if it does not resul...
2005-11-26  drhMake sure left joins still work even when the OR clause...
2005-11-26  drhRemove some vestiges of the old OS_TEST driver. (CVS...
2005-11-26  drhAdd an OS method for making copies of file descriptors...
2005-11-26  drhModify the OS layer so that I/O routines are called...
2005-11-25  danielk1977Ensure a low system limit on the number of open files...
2005-11-25  danielk1977Add the compilation option SQLITE_DISABLE_DIRSYNC ...
2005-11-25  danielk1977Add the compilation option SQLITE_DISABLE_DIRSYNC ...
2005-11-25  danielk1977If SQLITE_DISABLE_LFS is defined, omit the bigfile...
2005-11-25  danielk1977Check the return code of full_fsync() when used to...
2005-11-25  drhPreserve 64-bit last insert rowids across triggers...
2005-11-24  drhThe --enable-cross-thread-connect configuration option...
2005-11-24  drhMake sure sqliteInt.h is included before any system...
2005-11-24  drhReduce the number of distinct token symbols in the...
2005-11-24  drhComment changes. No changes to code. (CVS 2775)
2005-11-24  drhFix a comment in btree.c. No code changes. (CVS 2774)
2005-11-24  drhFix incorrect type conversions when copying from a...
2005-11-21  drhLess verbose output when EXPLAIN QUERY PLAN identifies...
2005-11-21  drhThe EXPLAIN QUERY PLAN now identifies when tables use...
2005-11-16  drhFix a problem with the sorting of literals in a compoun...
2005-11-16  drhDo not allow aggregate functions in a WHERE clause...
2005-11-16  drhAvoid unnecessary strlen() calls in the OP_String opcod...
2005-11-15  drhFix a bug in UTF-16 handling introduced by the previous...
2005-11-14  drhCreate separate affinities for INTEGER and REAL. (CVS...
2005-11-14  drhFix documentation typo. (CVS 2765)
2005-11-06  drhAbout 0.5KiB of additional compression in the parser...
2005-11-05  drhWork around a bug in MSVC++. Ticket #1513. (CVS 2763)
2005-11-05  drhRemove a C++-ism that slipped into the code during...
2005-11-05  drhImproved table compression in lemon reduces the overall...
2005-11-04  drhVACUUM works even on an empty database. Ticket #1512...
2005-11-03  drhsqlite3_column_int() and similar routines return 0...
2005-11-03  drhProhibit parameters in CHECK constraint expressions...
2005-11-03  drhAdd the ignore_check_constraints pragma. VACUUM works...
2005-11-03  drhDisallow subqueries in CHECK constraints. (CVS 2756)
2005-11-03  drhCHECK constraints that evaluate to NULL pass. (CVS...
2005-11-03  drhFirst cut at supporting CHECK constraints. Everything...
2005-11-01  drhOmit the SQLITE_AFF_INTEGER type affinity. All numeric...
2005-10-29  drhFix the shift operators so that they work with 64-bit...
2005-10-23  drhReport an error if the input SQL contains an unterminat...
2005-10-20  drhChanges to prevent various compiler warnings. (CVS...
2005-10-13  drhAttempt to fix the SQLite core so that no floating...
2005-10-10  drhMake the default TEMP_STORE=1 (TEMP tables stored on...
2005-10-06  drhMore efficient handling of the LIMIT clause. Scalar...
2005-10-06  drhCheck-in (2744) as incomplete and broke pragma integrit...
2005-10-05  drhMake the SQLite logo on the website a hyperlink to...
2005-10-05  drhMake sure pragma integrity_check does not report "ok...
2005-10-05  drhFix an assert or memory leak that occurs when trying...
2005-10-05  drhChanges to support TEA on cygwin. (CVS 2742)
2005-10-05  drhAnother attempt to get fdatasync to be ignored on non...
2005-10-05  drhAdd the SQLITE_OMIT_GET_TABLE compile-time flag. (CVS...
2005-10-04  drhAutomatically check for the fdatasync() function and...
2005-10-03  drhThe hash tables deallocate when empty in order to avoid...
2005-09-25  drhMake sure the default storage for virtual tables is...
2005-09-24  drhVersion 3.2.7 (CVS 2736)
2005-09-24  drhPerparations for version 3.2.7. (CVS 2735)
2005-09-24  drhAdd the SQLite console source code in the contrib secti...
2005-09-23  drhFix an uninitialized structure member that was causing...
2005-09-22  drhOptionally call fdatasync() instead of fsync() only...
2005-09-20  drhAdd VM code comments on the group-by processing. Extra...
2005-09-20  drhCode cleanup and simplification. Three new Mem opcodes...
2005-09-20  drhCleanup the implementation and the documentation of...
2005-09-20  drhNULLs compare equal to each other when computing GROUP...
2005-09-20  drhUpdate comments in where.c. No code changes. (CVS...
2005-09-20  drhDocumentation updates. (CVS 2726)
2005-09-19  drhON-clause terms in a LEFT JOIN that restrict only the...
2005-09-19  drhSet the default maximum page size to 32768, not 8192...
2005-09-19  drhDo not optimize views with an ORDER BY clause if they...
2005-09-19  drhFix uninitialized value on a UNION ALL select with...
2005-09-19  drhThe sqlite3_query_plan debugging variable now only...
2005-09-19  drhWork around limitations of MSVC++ 6. Tickets #1429...
2005-09-19  drhChange some debugging #defines in order to get SSE...
2005-09-17  drhDownload page reports sizes in MiB and KiB instead...
2005-09-17  drhUpdate to the download page on the website. (CVS 2717)
next