]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-04-04  drhSuppress unused parameter warnings in sqlite3VdbeEnter...
2011-04-04  drhRemove the BtreeMutexArray object - use the Vdbe.btreeM...
2011-04-03  drhMake sure that the constant 1 is cast to yDbType before...
2011-04-03  drhFix typos in comments. No changes to code.
2011-04-02  drhMerge in the latest changes from trunk.
2011-04-02  drhChange the name of the "tAttachMask" datatype to "yDbMask".
2011-04-02  danAvoid returning SQLITE_NOTFOUND when the unix xSetSyste...
2011-04-02  drhWhen resetting any non-TEMP schema, also reset the...
2011-04-02  drhBegin a series of changes designed to reduce the scope...
2011-04-02  danFix a race condition in OP_ParseSchema.
2011-04-02  danDo not attempt to run tests that use the 'wholenumber...
2011-04-02  danFix additional test cases so that they work with DEFAUL...
2011-04-01  drhAdd the "wholenumber" virtual table module to the test...
2011-04-01  drhFix up the Makefile.in so that the configuration script...
2011-04-01  drhMerge the word-fuzzer branch into trunk.
2011-04-01  drhAdd additional test data and documentation to the fuzze... word-fuzzer
2011-04-01  danChanges to wal tests so that they work with DEFAULT_AUT...
2011-04-01  drhMerge the multiplexer enhancements back into the trunk.
2011-04-01  drhAdd a script that will break the amalgamation source...
2011-04-01  danChange analyze7.test so that it works without SQLITE_EN...
2011-04-01  danWhen simulating an error in the close() system call...
2011-04-01  danMerge latest trunk changes.
2011-04-01  danIf the sessions module is being built as part of the...
2011-04-01  danEnsure that it is not possible to add a column to a...
2011-04-01  drhMerge the ANALYZE-index enhancement into trunk.
2011-04-01  shanehRemoved dependency on sqliteInt.h so that multiplex... multiplex-enhancements
2011-04-01  drhTest cases for ANALYZE-index. analyze-idx
2011-04-01  drhMove a variable declaration inside an #ifdef to avoid...
2011-04-01  danIn os_unix.c, do not return SQLITE_BUSY to SQLite follo...
2011-04-01  danFix some problems in os_unix.c when compiled with ENABL...
2011-04-01  drhFix two compiler errors associated with non-standard...
2011-04-01  drhFix a compiler warning and an unreachable branch. ...
2011-03-31  shanehEnable/disable support.
2011-03-31  shanehTests and bug fixes for SELECT multiplex_control(op...
2011-03-31  shanehAdditional test cases; Round chunk size up to a multip...
2011-03-31  drhChange the ANALYZE command so that it will accept an...
2011-03-30  drhAdd the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option.
2011-03-30  shanehUpdates to multiplex.test script; misc. bug fixes;
2011-03-30  danFurther tests for os_unix.c.
2011-03-30  drhDisable the truncate optimization if there is a preupda...
2011-03-30  drhAdd documentation to the sqlite3_preupdate_hook() inter...
2011-03-30  drhDo not generate sqlite_stat1 entries for empty tables...
2011-03-30  drhMerge in all the latest changes from trunk.
2011-03-30  drhMove to an O(NlogN) algorithm for the priority queue...
2011-03-29  drhAdd support for rowid.
2011-03-29  danAdd tests to syscall.test and sysfault.test.
2011-03-29  drhThe first simple test-case appears to be working now.
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  shanehIn-progress changes - do not use; Removed prefix suppor...
2011-03-29  drhFix the documentation for the sqlite3_column_*_name...
2011-03-28  danAdd test infrastructure (and some tests) to inject...
2011-03-26  drhAdded most of the logic. Simple test runs without...
2011-03-26  drhSkeleton code for the word-fuzzer virtual table.
2011-03-25  danImprove coverage of session module a bit more.
2011-03-25  danImprove coverage of session module code.
2011-03-24  shanehMinor change to sqlite3Utf8Read() to make consistent...
2011-03-24  shanehFix problem with tableapi.test on Windows.
2011-03-24  danFix handling of schema changes mid-session.
2011-03-24  danFix handling of schema mismatches in sqlite3session...
2011-03-24  danStore primary key definitions for modified tables in...
2011-03-24  drhThe changes to fix [f7b4edece25c9948] mean that the...
2011-03-23  drhFix a signed/unsigned comparison compiler warning.
2011-03-23  drhUpdate the test_vfstrace.c shim to conform to the new...
2011-03-23  drhMerge in all the latest changes from the trunk, and...
2011-03-23  drhChange the xSetSyscall methods of the VFS so that they...
2011-03-23  drhIncrease the upper bound on SQLITE_MAX_ATTACHED from...
2011-03-23  danFix a bug in fts4 to do with matchinfo and deferred...
2011-03-23  danAdd the "indirect flag" to the changeset blob format...
2011-03-23  drhIn the shell, make sure the ".log" command has at least...
2011-03-23  danFix a numbering issue in rtree6.test. Add a couple...
2011-03-23  danChange the rtree module to support queries with multipl...
2011-03-22  danAdd API function sqlite3_preupdate_depth(), for determi...
2011-03-22  danFix a crash that can follow an OOM when "all tables...
2011-03-22  danIf a NULL pointer is passed to sqlite3session_attach...
2011-03-22  danAdd OOM tests and related fixes for the session module.
2011-03-22  shanehFix a couple typos for consistency in sessions document...
2011-03-21  danRemove some unreachable code in sqlite3session.c. Add...
2011-03-21  drhMerge in the sqlite3_db_config() enhancements for enabl...
2011-03-21  drhAdd the ability to enable and disable foreign key const...
2011-03-21  danAdd start of fault-injection tests for session module...
2011-03-21  danClarify handling of NULL values in PK columns in sqlite...
2011-03-21  danFix session module problems with real (floating point...
2011-03-21  danFix some typos in sqlite3session.h.
2011-03-20  danDocumentation format updates to sqlite3session.h.
2011-03-19  danFix a problem involving session objects and attached...
2011-03-19  danFix a bug in changeset generation code.
2011-03-19  danMove session1.test from test/ to ext/session/.
2011-03-19  danFix a problem with resizing a hash table in sqlite3sess...
2011-03-19  danFix some bugs in sqlite3changeset_apply().
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-19  drhAdd a test case to verify that ticket [f7b4edece25c9948...
2011-03-18  drhAdd a generation counter to the Schema object and enhan...
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...
next