]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2018-01-10  drhImplement the ".ar --create" command using a single
2018-01-10  danHave the zipfile module automatically append "/" to...
2018-01-10  drhAdd the "filetype()" SQL function for interpreting...
2018-01-10  drhThe ".ar" command deduces whether or not the target...
2018-01-10  drhAllow the use of ".ar -t" without specifying an archive...
2018-01-10  drhTag an unreachable branch using ALWAYS().
2018-01-10  drhWork on the ".archive" command.
2018-01-10  danFix a problem in os_unix.c causing it to return SQLITE_...
2018-01-10  drhRearrange some routines in shell.c to avoid the need...
2018-01-10  drhCompute the correct column name even if the column...
2018-01-09  mistachkinWhen disconnecting from the 'swarmvtab' extension,...
2018-01-09  mistachkinFix harmless compiler warnings.
2018-01-09  danReturn SQLITE_CONSTRAINT if a user attempts to update...
2018-01-09  danIn the os_unix.c implementation of xOpen(), do not...
2018-01-09  danFix a potential crash in sqlite3expert.c caused by...
2018-01-09  danFix another -fsanitize issue in new shell code.
2018-01-09  drhUpdates to the README.md file for the ext/misc director...
2018-01-09  danFix the shell so that it can be built with SQLITE_OMIT_...
2018-01-09  danDo not attempt to build the code in ext/expert/sqlite3e...
2018-01-09  drhAttempt to fix the fileio.c extension so that it builds...
2018-01-09  danFix a zipfile problem with adding new directories to...
2018-01-09  danFix a problem in zipfile.c found by -fsanitize.
2018-01-09  drhAvoid a compiler warning when building with newer versi...
2018-01-09  mistachkinImprove portability of compile-time MinGW detection...
2018-01-09  mistachkinFix harmless compiler warnings.
2018-01-08  danUpdate the zipfile module so that it matches the docume...
2018-01-08  danFix problems in the sqlite3expert.c code revealed by...
2018-01-08  danAdd an "ifcapable trace {}" block to a test in fkey1...
2018-01-08  mistachkinRemove a superfluous define from the 'fileio' extension...
2018-01-08  danFix a malloc/sqlite3_free mismatch in the shell tool...
2018-01-08  mistachkinFix compilation of 'sqltclsh.exe' for MSVC.
2018-01-07  drhAvoid the use of utimensat() on older unix platforms.
2018-01-07  drhRemove the dependency on test_windirent.h from the...
2018-01-07  drhModify the sqltclsh startup script to look for a proper...
2018-01-07  drhImproved comments on the sqlar.c and compress.c extensi...
2018-01-06  drhThe shell detects and opens ZIP archives using the...
2018-01-06  drhIn the shell, include the ".archive" command only if...
2018-01-06  drhBetter whitespace in the "CREATE TABLE sqlar()" stateme...
2018-01-06  drhImproved output from ".schema --indent" when a column...
2018-01-06  mistachkinRemove a trailing tab from the Makefile for MSVC.
2018-01-06  mistachkinMinor tweaks to the Makefile for MSVC.
2018-01-06  drhAdd the appendvfs extension and code for the sqltclsh...
2018-01-06  drhFix the appendvfs so that it leaves sqlite3_file->pMeth... appendvfs
2018-01-06  drhAdd sqltclsh.exe to the windows makefile.
2018-01-05  drhMake sure i64 and u64 typedefs are available throughout...
2018-01-05  drhFix the shell.c.in amalgamator script so that it avoids...
2018-01-05  mistachkinMinGW does not define the S_ISLNK macro; therefore...
2018-01-05  mistachkinSkip running the 'zipfile' test if the necessary static...
2018-01-05  mistachkinFix shell compilation with MinGW by including the ...
next