]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-05-27  drhHave user interfaces report out the filename of in... shared-cache-memdb
2012-05-26  drhOnly allow :memory: databases to share cache if there...
2012-05-26  drhEnable the use of shared cache for an in-memory databas...
2012-05-22  drhVersion 3.7.12.1 version-3.7.12.1
2012-05-21  drhIncrease the version number to 3.7.12.1. Minor changes...
2012-05-21  drhMerge the nested aggregate query fix (ticket [c2ad16f99...
2012-05-21  drhMark and always-true conditional as such. Add the...
2012-05-21  drhCandidate fix for the nested aggregate query problem...
2012-05-21  drhConvert the NameContext object from using u8 booleans...
2012-05-21  drhMake sure lookaside memory allocations are unusable...
2012-05-21  drhMove some #defines earlier in the file for test_quota...
2012-05-21  mistachkinAllow the sqlite3ExplainBegin function to be compiled...
2012-05-21  drhChange the ".schema" command of the shell to output...
2012-05-20  drhFix a test case so that it works even with very long...
2012-05-20  drhFix a test case in the shell1.test script so that it...
2012-05-15  drhAdd assert()s to verify that Table objects in the schem...
2012-05-14  drhAdd an assert() that verifies that the statement pointe...
2012-05-14  drhVersion 3.7.12 version-3.7.12
2012-05-12  drhFix a typo in a comment which is used to generate docum...
2012-05-12  drhParser bug fix: Make sure the table constraints allowe...
2012-05-12  danBefore running each test script, make sure the FTS...
2012-05-12  drhUse the regexp result option for a test case in shell1...
2012-05-11  drhAdjust some of the pager tests to accommodate longer...
2012-05-11  drhFix the wal2.test script so that it works on big-endian...
2012-05-11  drhFix a bug in the wal.test script so that it works on...
2012-05-11  drhFix a harmless compiler warning inside an assert()...
2012-05-11  drhFix an evidence-mark typo in the comments of sqlite3...
2012-05-11  drhFix a harmless compiler warning.
2012-05-10  danHave the FTS auxiliary functions correctly handle terms...
2012-05-08  drhFurther changes to constraint parsing to support legacy...
2012-05-07  drhAdjust the parser so that certain legacy schema constru...
2012-05-07  mistachkinMerge Windows directory checking changes to trunk.
2012-05-07  mistachkinSimplify directory checking for winOpen and add checkin... win-check-dir
2012-05-07  drhDo not do the AV retry loop on open if the file that...
2012-05-01  danUpdate a test in io.test to account for [05f98d4eec].
2012-04-27  drhFix a minor deviation from the coding style guidelines.
2012-04-27  drhEnhance the processing of ORDER BY clauses on compound...
2012-04-27  drhEnhance the do_test proc in the test suite so that...
2012-04-26  drhAll virtual table constructors to be invoked recursivel...
2012-04-24  drhNew test cases for the ".dump" and ".mode insert" comma...
2012-04-24  drhMove the shell test scripts into the test/ subfolder...
2012-04-24  drhFix a sign-extension problem for BLOB output in ".inser...
2012-04-23  drhUpdate the ".table" command in the shell to show all...
2012-04-21  drhIf terminating interactive input to the command-line...
2012-04-20  danDo not consider a DISTINCT clause redundant unless...
2012-04-20  danFix for 2a5629202f. When considering whether or not...
2012-04-20  drhRemove obsolete art.
2012-04-19  drhFix harmless compiler warnings on x64 MSVC, mostly...
2012-04-19  drhFix a harmless compiler warning in tclsqlite.c for...
2012-04-19  drhFix harmless compiler warnings (unused parameter warnin...
2012-04-18  drhFix a harmless compiler warning in the mkkeywordhash...
2012-04-18  drhFix a typecast problem in lemon that could cause proble...
2012-04-17  drhImproved handling of aggregate subqueries within an...
2012-04-17  drhAdd an undocumented and possibly ephemeral ".breakpoint...
2012-04-16  drhFix a bug in the command-line shell logic that attempts...
2012-04-14  drhIn the unix VFS, always set every open file to close...
2012-04-14  drhFix a typo in a comment that is extracted for documenta...
2012-04-11  drhAdd a testcase() macro to ensure that the sqlite3AuthCh...
2012-04-11  drhFix harmless static-analysis warnings, mosting having...
2012-04-10  drhAdd new interfaces to the test_quota.c module: sqlite3...
2012-04-10  drhFix a copy/paste error in a comment in the fuzzer....
2012-04-07  drhFix the application-defined function logic so that...
2012-04-06  drhUpdate sqlite3_analyzer to correctly find all database...
2012-04-05  drhIgnore the value of SQLITE_FCNTL_CHUNK_SIZE if it is...
2012-04-05  drhPerformance improvements for the RowSet object when...
2012-04-04  drhAdd the ".trace" option to the command-line shell.
2012-04-04  drhFix the multiplexor logging so that it works with SQLIT...
2012-04-04  drhIn the multiplexor extension, improve the error logging...
2012-04-03  danDo not run attempt to run test file fts4merge3.test...
2012-04-03  danModify capi3.test and capi3c.test so that they work...
2012-04-03  danModify the integrity-check code to reduce the size...
2012-04-03  drhFix a typo in the rtree6.test script that prevented...
2012-04-03  drhRerun autoconf to update the configure script for versi...
2012-04-03  drhIf the SELECT that finds all root pages in the showdb...
2012-04-03  drhEnhance the "showdb" utility program with the "pgidx...
2012-04-02  drhThe SQLITE_RTREE_INT_ONLY compile-time option causes...
2012-04-02  drhAdd #ifdefs to allow a test build to succeed even if...
2012-03-31  drhFix a compiler warning by removing a redundant variable.
2012-03-31  drhTest cases for RELEASE and ROLLBACK TO of a nested...
2012-03-31  drhDo not abort pending queries on a RELEASE of a nested...
2012-03-31  danModify selectColumnsFromExprList() to avoid ever incorr...
2012-03-31  danChange the ICU tokenizer so that it does not attempt...
2012-03-31  danFix a bug in the EXPLAIN code for listing trigger progr...
2012-03-31  drhDo more aggressive optimization of the AND operator...
2012-03-30  mistachkinAvoid using the OVERLAPPED struct on WinCE.
2012-03-30  drhSimplify the winRead and winWrite VFS functions to...
2012-03-30  drhWhen a named CHECK constraint fails, include the name...
2012-03-30  drhFix MSVC compiler warnings in test code.
2012-03-30  drhFix an FTS4 test script problem for windows.
2012-03-30  drhChange the name of a local variable from "not" to ...
2012-03-30  drhIn the ".output" command-line shell, if the first chara...
2012-03-30  drhFix compiler warnings on GCC and MSVC and fix a C89...
2012-03-29  danMerge fts4-incr-merge with trunk.
2012-03-29  danDisable the LIKE optimization if the column on the...
2012-03-29  danFix an out of date comment on sqlite3ArrayAllocate().
2012-03-28  drhMerge in the latest changes from trunk. fts4-incr-merge
2012-03-28  drhAvoid loading overflow pages just to satisfy typeof...
2012-03-28  drhMinor changes to the core of OP_Column for performance... faster-typeof-and-length
2012-03-28  danFix a problem in fts4merge3.test.
2012-03-28  drhImprovements to comments. Minor changes to code in...
next