]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-01-10  drhFix minor problems with the new ".archive" command... archive-improvements
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  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  drhWork on the ".archive" command.
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 ...
2018-01-05  drhFix the autoconf makefile so that it builds testfixture...
2018-01-05  mistachkinSync up the autoconf Makefile for MSVC.
2018-01-05  mistachkinThe 'releasetest' tool should pass the TCLDIR macro...
2018-01-05  mistachkinFor the MSVC Makefile, the 'sqlite3_checker.exe' target...
2018-01-05  drhAdd the ".ar" command to the command-line shell.
2018-01-05  drhFix a bug introduced by efforts to reduce compiler... sqlar-shell-support
2018-01-05  mistachkinIn the Makefile for MSVC, the default target should...
2018-01-05  mistachkinMore adjustments to MSVC Makefile dependencies for...
2018-01-05  mistachkinFix compiler warnings.
2018-01-05  drhFix missing dependencies for shell.c in all makefiles.
2018-01-05  mistachkinIn the Makefile for MSVC, only attempt to link against...
2018-01-05  mistachkinAdd some missing #ifdefs for building without zlib.
2018-01-05  drhFix compiler warnings.
2018-01-05  danFix an LSM problem causing the wrong amount of "auto...
2018-01-05  danFix an LSM crash that could occur if LSM_CONFIG_AUTOFLU...
2018-01-05  mistachkinRevise detection of 'tclsh.exe' in the Makefile for...
2018-01-05  mistachkinEnhance the 'zlib' build target for MSVC.
2018-01-05  mistachkinAdd missing #ifdef.
2018-01-04  mistachkinIn the 'fileio' extension code for Win32, use the FILE_...
2018-01-04  mistachkinRemove 'timespec' related code from the shell that...
2018-01-04  mistachkinGet the shell enhancements compiling with MSVC.
2018-01-04  drhMerge in all recent trunk enhancements.
2018-01-04  drhRemove the snarky "_supported_" qualifier from the...
2018-01-04  drhFix a broken documentation hyperlink. No code changes.
2018-01-03  drhAdd another test case (found by OSSFuzz) for the proble...
2018-01-02  drhFix code indentation. No logic changes.
2018-01-02  drhIn the constraint resolution logic, be careful not...
2018-01-02  drhEnhance the memvfs extension so that it can be read...
2018-01-02  drhUpdates to the sqlite3_file_control() documentation...
2018-01-02  drhDo not attempt to use pragma_module_list in the command...
2018-01-02  drhThe ".schema" command in the command-line shell now...
2018-01-01  drhImproved name quoting and escaping in the auxiliary...
2018-01-01  drhIn the output of ".schema", show the column names of...
2018-01-01  drhMinor simplification to the ".schema" logic in the...
2018-01-01  drhEnable the introspection pragmas for command-line shell...
2017-12-30  danHave zipfile support DELETE commands.
2017-12-30  danRearrange things a bit so that writing to a zipfile...
2017-12-29  danUpdate ext/misc/zipfile.c to support creating and addin...
2017-12-29  drhAdd support for the sqlite_unsupported_offset() SQL...
2017-12-29  drhStricter test cases. location-function
2017-12-29  drhFix a typo in the MSVC makefile.
2017-12-29  drhChange the function name to sqlite_unsupported_offset...
2017-12-29  drhEnhance location(X) so that it works with indexes and...
2017-12-29  drhMerge recent enhancements from trunk.
2017-12-29  drhAdd test cases for the undocumented behavior of duplica...
2017-12-27  drhThe output of sqlite3_trace() now shows each command...
2017-12-27  drhOmit all sqlite3_trace() output from the triggers assoc... span-refactor
2017-12-27  danImprove the shell tool ".ar --list --verbose" command.
2017-12-27  drhShow the text of individual statements within a trigger...
2017-12-27  drhAdd and use the internal sqlite3DbSpanDup() interface.
2017-12-27  drhMerge recent enhancements from trunk.
2017-12-27  danHave the shell tool ".ar --list" and ".ar --extract...
next