]> git.ipfire.org Git - thirdparty/sqlite.git/history - install-sh
Fix issues in [/info/1e227ad9f413227f|LIMIT/OFFSET support for virtual tables].
[thirdparty/sqlite.git] / install-sh
2011-04-01  drhMerge the multiplexer enhancements back into the trunk.
2011-04-01  danFix some problems in os_unix.c when compiled with ENABL...
2011-04-01  drhFix a compiler warning and an unreachable branch. ...
2011-03-30  drhMerge in all the latest changes from trunk.
2011-03-29  danFix a problem whereby following an IO error in CommitPh...
2011-03-29  drhIf the keyword "unordered" appears at the end of the... unordered-index-hack
2011-03-29  drhFurther improvements to the fuzzer. It still is not...
2011-03-29  danFix a problem in the unix VFS implementation of xNextSy...
2011-03-29  drhFix the documentation for the sqlite3_column_*_name...
2011-03-21  drhAdd the ability to enable and disable foreign key const...
2011-03-19  danFix a problem with INTEGER PRIMARY KEY columns and...
2011-03-19  drhMerge the fix to ticket [f7b4edece25c99485] into the...
2011-03-18  danHold the database mutex for the duration of an sqlite3c...
2011-03-18  drhFixes for compiler warnings. Minor code cleanup.
2011-03-18  danFurther improvements to documentation in sqlite3session.h.
2011-03-18  drhFix a memory allocation issues in the preupdate hook...
2011-03-18  danUpdate comments in sqlite3session.h. More to come.
2011-03-18  drhMerge all the latest trunk enhancements into the sessio...
2011-03-17  drhEnhances to the query planner such that "x IS NULL...
2011-03-08  drhMerge the syscall-override changes into trunk.
2011-03-05  drhFix an instance of signed arithmetic overflow and an...
2011-03-01  danAdd the experimental sqlite3_preupdate_hook() API.
2011-02-22  drhWhen a stale schema-cookie is seen, expire only the...
2011-02-21  danFix a problem with "EXPLAIN QUERY PLAN SELECT count...
2011-02-16  drhFix harmless compiler warnings in the query planner.
2011-02-14  shanehSkip some tests in capi3e.test when compiled with SQLIT...
2011-02-11  drhAdd a NEVER() around a test that is believed to always...
2011-02-11  shanehSkip flattening if subquery has LIMIT and outer query...
2011-02-11  drhDisable unused NULL tests when SQLITE_ENABLE_STAT2...
2011-02-10  shanehAdd .testctrl option to CLI.
2011-02-10  drhRefactor the cost function in the query planner. Give...
2011-02-09  shanehMake sure code *compiles* with each OMIT and ENABLE...
2011-02-09  danDo not report corruption if the the db size header...
2011-02-09  shanehUpdate Makefile.in for fts3_aux changes.
2011-01-22  danModify the trace callback mechanism so that SQL command...
2011-01-21  danAdd options to test command [do_faultsim_test] to suppo...
2011-01-17  drhAdd the SQLITE_OMIT_AUTORESET compile-time option which...
2011-01-14  drhRerun autoconf to bring the configure script up-to...
2011-01-14  drhFix comments, including some documentation comments...
2011-01-14  danFix a bug in test code (test_vfs.c).
2011-01-13  drhFix a typo on the sqlite3_open_v2() documentation.
2011-01-13  danFix a segfault that can occur in matchinfo if an fts4...
2011-01-12  drhDo not raise an SQLITE_CORRUPT error in Recoverymode
2011-01-11  danMerge accidentally created fork.
2011-01-11  drhChange the page size of the destination database in...
2011-01-11  danIf a rollback is attempted in journal_mode=off mode...
2011-01-11  drhFix the sqlite3.h generator script so that it generates...
2010-12-24  danReduce the number of calls to sqlite3_realloc() made...
2010-12-07  drhVersion 3.7.4 release candidate 4 version-3.7.4
2010-12-07  shanehWork around restriction in Windows file locking.
2010-12-02  danUpdate misc7.test to account for EQP changes.
2010-12-01  shanehAdded TCL test case for converting to WAL mode with...
2010-12-01  danChange the type of a variable in struct SrcList so...
2010-12-01  shanehFix some warnings under MSVC in fts3 module.
2010-04-23  shanehMerge of notify.c changes from experimental.
2010-04-16  shanehChanges for branch coverage of notify.c. Fixed quirk of
2010-03-31  drhInclude shell.c and sqlite3.def in the amalgamation...
2010-03-26  shanehFix OOM error on ANALYZE with STAT2 enabled with zero...
2010-03-10  drhFix typo in a comment in the sqliteInt.h. No changes...
2009-10-21  shaneFor Windows VFS, modified xGetLastError() to call Forma...
2009-10-13  drhUpdate the configure script for version 3.6.19.
2009-08-19  danMerge 29cafcfdcc and a6f39181a7.
2009-08-19  danMerge with 709e16145e.
2009-08-17  shaneMore documentation and comment updates for sqlite3_init...
2009-08-14  drhFix to the "publish.sh" script that was broken by the...
2001-09-28  drhPut in the new LIBTOOL build system. (CVS 271)