]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-01-24  drhAdjust the fts3rank.test module so that it works on...
2018-01-24  drhImproved error message output when the btreeinfo.c...
2018-01-24  drhPrevent a harmless unused variable warning when compili...
2018-01-24  drhFix a formatting issue in sqlite3_prepare_v3() document...
2018-01-24  drhFix the sqlite3ext.h header file so that it correctly...
2018-01-24  danUpdate a couple of test scripts so that they work on...
2018-01-24  drhMake the shell functional even if compiled with SQLITE_...
2018-01-24  drhInvoke the sqlite3_complete() interface from the fuzzer.
2018-01-23  drhIncrease the version number to 3.23.0 for the next...
2018-01-23  drhRemove an unreachable branch from sqlite3SkipAccumulato...
2018-01-23  drhWork around a problem with GCC on 32-bit machines that...
2018-01-23  danFix a bug causing spurious "sub-select returns N column...
2018-01-23  drhFix the modification-time setting logic in the fileio...
2018-01-23  danIn SQLITE_ENABLE_BATCH_ATOMIC_WRITE builds on F2FS...
2018-01-23  drhFix comment typos. No changes to code.
2018-01-23  mistachkinSkip defining WIN32_LEAN_AND_MEAN when it is already...
2018-01-23  drhSlightly faster implementation of the length() SQL...
2018-01-23  drhSlightly faster function dispatch in the virtual machin...
2018-01-23  mistachkinSimplify one of the compiler warning fixes from the...
2018-01-23  mistachkinFix harmless compiler warnings seen with MSVC.
2018-01-22  drhVersion 3.22.0 version-3.22.0
2018-01-22  drhAvoid unnecessary OOM detection warnings in a debugging...
2018-01-22  danFix a test case in walro2.test so that it works with...
2018-01-22  drhOn the walro2-X.4.2.2 test case, show the size as part...
2018-01-20  danAllow the shell to be built from the configure script...
2018-01-18  danUse a loop to avoid recursion in the heightOfSelect...
2018-01-18  danCheck for both zlib.h and -lz before enabling zlib...
2018-01-18  drhUpdate the autoconf configure.ac script and Makefile...
2018-01-18  danFix sessions module handling of sqlite_stat1 rows with...
2018-01-18  danClarify the handling of the sqlite_stat1 table by legac... sessions-stat1
2018-01-18  danAdd comments describing the special sqlite_stat1 handli...
2018-01-18  drhFix to the documentation for sqlite3_trace_v2(). No...
2018-01-18  danFix sessions module conflict handling for the sqlite_st...
2018-01-18  danSimplify the sessions preupdate-hook logic for transfor...
2018-01-17  drhAlternative implementation for the internal sqlite3Pow1...
2018-01-17  danFix a problem in the sessions module with logging sqlit...
2018-01-17  danFix a problem causing the sessions module to occasional...
2018-01-17  danFix main.mk so that testfixture can be built either...
2018-01-17  drhFix harmless compiler warnings, mostly unused parameter...
2018-01-17  danOmit the single test from zipfile.test that uses json...
2018-01-17  danUpdate test file fts5fault6.test to account for test...
2018-01-17  mistachkinSimplifications to winOpenSharedMemory in the Win32...
2018-01-17  mistachkinCorrections to error code handling in os_win.c, pursuan...
2018-01-17  mistachkinFix duplicate test names in 'walfault.test'.
2018-01-16  danFix a problem causing zipfile to store 0 in place of...
2018-01-16  drhRemove an unused field from the internal definition...
2018-01-16  drhFix compiler warning in the FTS5 test interface.
2018-01-16  drhMake the new sqlite3_vtab_collation() interface accessi...
2018-01-16  danFix a test problem causing an error in fts5fault9.test.
2018-01-16  drhRemove the unused SQLITE_CANTOPEN_DIRTYWAL result code.
2018-01-16  danFix a makefile problem causing -DSQLITE_ENABLE_STMTVTAB...
2018-01-16  drhMove the ZLIB version announcement in the CLI out of...
2018-01-16  mistachkinShow version of zlib in use when running the shell...
2018-01-16  danChange a cat in zipfile.c from (z_const Bytef*) to...
2018-01-16  danFix a problem causing an infinite loop or other malfunc...
2018-01-16  drhDisable the ".archive" command tests in shell8.test...
2018-01-15  danFix a problem in the zipfile module causing it to gener...
2018-01-15  danFix a zipfile problem with extracting zero length files...
2018-01-15  drhFix an error in the setDeviceCharacteristics() procedur...
2018-01-14  drhAvoid excess stack usage when a VALUES clause with...
2018-01-13  drhFix harmless compiler warnings in zipfile.c.
2018-01-13  danSupport UPDATE statements against zipfile virtual tables.
2018-01-13  drhFully initialize the Mem object for serial-type 10...
2018-01-13  danFix various problems in test scripts preventing "make...
2018-01-13  danFix a typo in crash8.test. f2fs-test-fixes
2018-01-13  danFix various problems in test scripts preventing "make...
2018-01-13  mistachkinUpdates and minor typo fix for the README.
2018-01-13  drhAdd the new "nochange" APIs to the extension loading...
2018-01-12  drhAdd the sqlite3_value_nochange() API, usable from withi...
2018-01-12  drhImproved comments. Slightly tighter implementation... sqlite3_value_nochange
2018-01-12  drhAdd the experimental sqlite3_value_nochange() interface...
2018-01-12  drhSimplification to the implementation of OP_Insert.
2018-01-12  danFix error handling in sqlite3session_diff() when it...
2018-01-12  drhAvoid an unnecessary branch when not using pre-update...
2018-01-12  drhFix obsolete comments. No changes to code.
2018-01-12  danInclude changes made to the sqlite_stat1 table in chang...
2018-01-12  danExperimental change to include changes made to the...
2018-01-12  drhAlways use utimes() instead of utimensat() since the...
2018-01-12  danAdd a test to ensure that the sqlite3changeset_apply...
2018-01-11  drhAdd the sqlite3_vtab_nochange() interface. Test cases...
2018-01-11  danChange zipfile to be a WITHOUT ROWID virtual table...
2018-01-11  drhAdd the sqlite3_vtab_nochange() method which virtual... sqlite3_vtab_nochange
2018-01-11  danAdd test cases for running multiple RBU operations...
2018-01-11  drhMinor formatting changes in zipfile.c. No logical...
2018-01-11  drhFix typo in comment. No code changes.
2018-01-11  drhUpdate the .help screen in the CLI. Make sure the...
2018-01-11  drhAdd the built-in edit(VALUE) and edit(VALUE,EDITOR...
2018-01-10  drhAdd the ".once -e" and ".once -x" commands to the CLI...
2018-01-10  drhUpdate test cases for the new "usage" for .output. excel-shell-cmd
2018-01-10  drhSave and restore the output mode when doing ".once...
2018-01-10  drhAn attempt to get ".once -e" working reliably on Windows.
2018-01-10  drhFix a potential SQLITE_MISUSE in the .excel command...
2018-01-10  drhAdd support for the ".excel" command (and ".once -e...
2018-01-10  drhFix a harmless compiler warning in zipfile.c
2018-01-10  drhInclude RTREE in the default CLI build.
2018-01-10  drhModify the new "--append" option to the .archive so...
2018-01-10  drhAdd the lsmode(MODE) function in the fileio.c extension...
2018-01-10  drhFix minor problems with the new ".archive" command... archive-improvements
2018-01-10  danReturn an SQLITE_CONSTRAINT error if an attempt is...
2018-01-10  drhIn the fileio.c extension, change the filetype(MODE...
next