]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-05-26  danMerge accidental fork. test-using-fuzzcheck
2015-05-26  danFix a one-byte buffer overread that may follow a syntax...
2015-05-26  drhFix fuzzcheck so that it responds correctly to the...
2015-05-26  drhThe "make fuzztest" target now uses fuzzcheck instead...
2015-05-26  drhEnhance fuzzcheck with the ability to store description...
2015-05-26  danAdd a cast to one side of the test added by [97806a78...
2015-05-26  danAvoid using a zero-sized array within a struct in fts3...
2015-05-26  drhFix another bug in the in-memory VFS for fuzzcheck.
2015-05-26  danUpdate test cases in corruptI.test so that they work...
2015-05-26  danReturn SQLITE_CORRUPT to the user if an attempt is...
2015-05-26  danFix a problem with ignoring UNIQUE constraints on WITHO...
2015-05-26  mistachkinSilence harmless compiler warnings when building the...
2015-05-26  mistachkinAdd fuzzcheck to makefile clean targets. Also, for...
2015-05-26  drhAdd the --result-trace option to fuzzcheck, and other...
2015-05-25  drhFix an important bug in the xRead method of the in...
2015-05-25  drhAdd the fuzzcheck test program.
2015-05-25  drhAdd fuzzcheck to all makefiles and fix compiler warnings. fuzzcheck
2015-05-25  drhMerge in trunk fixes.
2015-05-25  drhImproved tracing capabilities in fuzzcheck.
2015-05-25  drhAdd the --native-vfs option on fuzzcheck.
2015-05-25  danFix a case of a corrupt database causing SQLite to...
2015-05-25  drhMerge the btree fixes out of trunk.
2015-05-25  drhAdd the --dbid and --sqlid parameters to fuzzcheck...
2015-05-25  danHave the b-tree layer return SQLITE_CORRUPT to any...
2015-05-25  drhFirst code for a new utility program to rerun checks...
2015-05-25  danFix a couple of btree asserts that would fail when...
2015-05-25  danFix a case where database corruption may cause SQLite...
2015-05-25  danFix an assert() in btree routine freeSpace() that may...
2015-05-25  danFix an fts4 matchinf() problem triggered by deferred...
2015-05-25  drhFix an obsolete comment - no changes to code.
2015-05-25  drhRemove an incorrect and pointless assert().
2015-05-24  drhThe assert() changes removed in the previous check...
2015-05-24  drhBetter detection of corruption in allocateSpace() in...
2015-05-24  drhDetect database corruption in the modifyPagePointer...
2015-05-23  drhInstead of early detection of corruption in balance_non...
2015-05-23  drhEarlier detection of a specific kind of corruption...
2015-05-23  drhMinor documentation improvements. No changes to code.
2015-05-22  drhImproved error messages in fuzzershell when unable...
2015-05-22  drhFix a bug in fuzzershell caused by an uninitialized...
2015-05-22  drhFix another bad assert() in btree - one that can be...
2015-05-22  drhFix incorrect validation of the size of the BLOB return...
2015-05-22  drhAdd the sqlite3_value_dup() and sqlite3_value_free...
2015-05-22  drhMake sure sqlite3_value_dup() works correctly even... value-dup
2015-05-22  drhFix minor issues with the sqlite3_value_dup() interface.
2015-05-22  drhUpdate with fixes and enhancements from trunk.
2015-05-22  drhThe SRT_Table type for the SelectDest object is now...
2015-05-22  danHave r-tree prefer to use the constraint "col MATCH...
2015-05-22  drhFix two faulty assert statements discovered by fuzzing.
2015-05-22  drhFix an assert in btree.c that can be false when using...
2015-05-22  drhAdd the --database option to the fuzzershell test program.
2015-05-20  drhAdd the sqlite3_value_dup() and sqlite3_value_free...
2015-05-20  drhFix the initialization logic in CREATE TABLE AS so...
2015-05-20  drhAdd a test case to verify that CREATE TABLE AS does... create-table-as-type-fix
2015-05-20  drhSimplification of the initialization code for CREATE...
2015-05-20  drhA proposed fix for the problem of CREATE TABLE AS gener...
2015-05-20  drhFix handling of queries with VALUES on the left and...
2015-05-19  drhEnhance the selecttrace display by showing Select.selFlags.
2015-05-19  drhFix the MSVC makefile so that it works with OTA. Fix...
2015-05-19  drhAllow R-Tree geometry functions to take 8-byte BLOB...
2015-05-19  danEnsure that when the VM applies TEXT affinity to a...
2015-05-19  danRemove the sqlite3ota_open_v2() API. Add a new paramete...
2015-05-19  danMerge the ota-update branch with trunk.
2015-05-19  danAdd a comment for SQLITE_FCNTL_OTA to sqlite.h.in. ota-update
2015-05-19  danAllow OTA update state data to be stored in a database...
2015-05-19  danMerge latest trunk changes with this branch.
2015-05-18  drhTransitive constraints should only work if operands...
2015-05-18  drhUse an ALWAY() on conditionals in the transitive constr... transitive-constraints
2015-05-18  drhRefinements to the determination of when an A==B term...
2015-05-18  drhMake a hard copy of the results of a subquery lest...
2015-05-16  drhFurther restrictions on the use of the transitive prope...
2015-05-16  drhFix the transitive constraint processing to only allow...
2015-05-16  drhFix a typo in a comment. No changes to code.
2015-05-16  mistachkinImprove the clean target in the MSVC makefile.
2015-05-15  drhUpdate the README.md file at the top of the repository...
2015-05-15  mistachkinMinor coding style change, adjust new local variable...
2015-05-15  danDo not assume that "col IS ?" matches at most a single...
2015-05-15  drhSimplifications to error message processing. Fix a...
2015-05-14  drhIncrease the version number to 3.8.11. Upgrade autocon...
2015-05-14  drhThe IS operator can now use indexes the same as the...
2015-05-14  drhA few more test cases for the IS operator. index-is-operator
2015-05-14  drhMore test cases. Remove some invalid testcase() macros...
2015-05-14  drhAdd testcase() macros. Get transitive WHERE clause...
2015-05-14  danMerge changes from the index-is-operator branch into...
2015-05-14  danMerge latest trunk changes with this branch.
2015-05-14  drhA new implementation of indexing with the IS operator...
2015-05-13  drhSimplified implementation of indexing with the IS operator.
2015-05-13  drhAdd testcase() macros and comments and a few test-cases.
2015-05-13  drhAn early attempt to get indexes to work with the IS...
2015-05-13  mistachkinEnhancements to the MSVC makefile.
2015-05-12  mistachkinFix typo in Win32 VFS code enabled when the SQLITE_WIN3...
2015-05-12  drhAttempt to get DBSTAT to compile without warnings acros...
2015-05-12  drhFix a compiler warning when building with tclsqlite3...
2015-05-12  drhImprovements to documentation of the sqlite3_column_xxx...
2015-05-12  drhTry to get recent sqlite3_analyzer and sqldiff tests...
2015-05-12  drhFix sqldiff.exe so that it always runs in single-thread...
2015-05-11  danAdd new fts3 matchinfo option 'b'. Also optimize existi...
2015-05-11  drhAdd missing "finish_test" commands to the end of the...
2015-05-11  danMerge latest trunk changes into this branch. fts3-matchinfo-y
2015-05-11  drhTest cases for sqlite3_analyzer and sqldiff. Fix a...
2015-05-11  mistachkinFix minor Makefile typos. Improve consistency of MSVC...
next