]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-06-18  mistachkinAllow the SQLITE_API macro to apply to the sqlite3_win3... compiler-compat
2012-06-18  mistachkinFix a few compilation issues that can occur with certai...
2012-06-16  drhIn Lemon, when comparing the output to the *.h file...
2012-06-11  drhVersion 3.7.13 version-3.7.13
2012-06-09  danAdd missing targets for fts3_unicode.lo and fts3_unicod...
2012-06-08  drhFix an obscure memory leak in FTS3 that can come about...
2012-06-08  danFix a problem in vtab1.test causing it to fail when...
2012-06-07  drhDocumentation and evidence mark updates. Remove a...
2012-06-07  danFix a problem preventing a shared in-memory database...
2012-06-07  danAdd the "tokenchars=" and "separators=" options, for...
2012-06-07  danFix a malloc/free mismatch in pager.c (sqlite3_free...
2012-06-07  drhProvide an (undocumented) compile-time option to disabl...
2012-06-06  drhFix harmless Clang warnings.
2012-06-06  mistachkinFix an #if that is applicable to WinRT, even thought...
2012-06-06  drhMerge the changes need to compile on WinRT into trunk.
2012-06-06  danDisable FTS unicode61 by default. It is enabled by...
2012-06-06  danHave the FTS unicode61 strip out diacritics when tokeni...
2012-06-06  drhAvoid resetting the shared-cache schema when on of...
2012-06-06  drhMake sure the Index.azColl pointers do not point to... shared-schema
2012-06-05  drhMerge the latest trunk changes into shared-schema branc...
2012-06-05  drhAdd sqlite3_quota_ferror() and sqlite3_quota_file_avail...
2012-06-05  mistachkinCorrect docs regarding use of malloc and free by the...
2012-06-04  mistachkinWhen not compiling for WinRT, skip using a couple Win32...
2012-05-31  mistachkinUpdate several APIs to enable compilation with newer...
2012-05-31  drhAvoid calling fchown() if the process is not running...
2012-05-29  drhLink the NDEBUG macro to SQLITE_DEBUG so that when...
2012-05-29  drhFix a typo (a repeated "or") in the documentation....
2012-05-29  drhChanges some NDEBUG macros to SQLITE_DEBUG in os_unix...
2012-05-29  drhIn the RTree module, make sure all double-to-float...
2012-05-29  drhRefactor the float-to-double rounding routines so that... rtree-32bit-rounding
2012-05-28  drhFix the MSVC makefile so that it works with the unicode...
2012-05-28  drhSimplification to the coordinate rounding logic in...
2012-05-28  drhWhen converting 64-bit floating point coordinates to...
2012-05-28  drhUpdates regarding URI query parameters and shared cache...
2012-05-28  drhFix Makefile.in so that it works with the new unicode...
2012-05-28  drhAdd the mode=memory option to URI filenames, which...
2012-05-28  drhOmit the fts3 unicode character class routines from...
2012-05-27  drhMerge into trunk the changes that permit :memory: datab...
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  danMerge fts4-unicode branch with trunk.
2012-05-26  danIf SQLITE_DISABLE_FTS3_UNICODE is defined, do not build... fts4-unicode
2012-05-26  drhEnable the use of shared cache for an in-memory databas...
2012-05-26  danChange the format of the tables used by sqlite3FtsUnico...
2012-05-26  danAdd coverage tests for fts3_unicode.c.
2012-05-26  danAdd fault-injection tests that use the unicode61 tokeni...
2012-05-26  danChange the name of the "unicode" tokenizer to "unicode6...
2012-05-25  danAdd special fast paths to sqlite3FtsUnicodeTolower...
2012-05-25  danFix comments in generated file fts3_unicode2.c.
2012-05-25  danAdd an experimental tokenizer to fts4 - "unicode"....
2012-05-22  mistachkinUse the new test suite helper procedure 'get_pwd' to...
2012-05-22  drhMerge the 3.7.12.1 trunk changes into the WinRT branch.
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-17  mistachkinMerge updates from trunk.
2012-05-16  danReturn SQLITE_MISUSE if an application attempts to...
2012-05-16  drhAvoid using sqlite3ResetAllSchemasOfConnection() purely...
2012-05-15  drhThe former sqlite3ResetInternalSchema() routine was...
2012-05-15  danWhen a connection disconnects from a shared-cache datab...
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-10  drhMerge the table constraint parser fixes from trunk.
2012-05-08  drhFurther changes to constraint parsing to support legacy...
2012-05-07  mistachkinMerge parser adjustments from the trunk.
2012-05-07  mistachkinMerge Windows directory checking changes from trunk.
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-04  drhSync the latest trunk changes into the winRT branch.
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...
next