]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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...
2017-12-27  drhEnhance the Lemon parser generator so that it creates...
2017-12-27  drhThe previous check-in had an error in the coverage... lemon-improvements
2017-12-27  drhChange the coverage measurement logic in the lemon...
2017-12-27  drhIn the lemon-generated parser, do not report the End...
2017-12-27  drhIn LEMON, fix an off-by-one error that can make the...
2017-12-26  danAdd new file ext/misc/zipfile.c, containing a virtual...
2017-12-26  drhChange the lemon-parser coverage report format to repor...
2017-12-26  drhMerge bug fixes from trunk.
2017-12-26  drhAdd support for measuring and reporting coverage of...
2017-12-26  drhFaster and smaller implementation of sqlite3AtoF()...
2017-12-26  danFix crashes that could occur if SQL NULL values were...
2017-12-26  danAdd options to speedtest1.c and speed-check.sh for...
2017-12-25  drhFix an assertion fault on a syntax error input caused...
2017-12-25  drhEnhance LEMON so that it generates the action table...
2017-12-25  drhIn the LEMON-generated parser, avoid unnecessary tests...
2017-12-24  drhIn the LEMON-generated parser, rearrange the meanings...
2017-12-24  drhFix a NULL pointer dereference after a syntax error...
2017-12-24  drhImproved parser tracing output.
2017-12-24  drhGrammar changes: the sclp non-terminal should always...
2017-12-24  drhImproved parser tracing output.
2017-12-24  drhRemove the ExprSpan object. Instead, keep track of...
2017-12-23  drhMerge enhancements from trunk.
2017-12-23  drhSimplification to the error handling logic in the exten...
2017-12-23  drhImprove the error message that comes back when sqlite3_...
2017-12-23  drhMove the generation of output column names earlier...
2017-12-23  drhAdd a SELECTTRACE() macro to indicate when column names...
2017-12-22  drhIn the sqlite3TreeViewExprList() routine, show the...
2017-12-22  drhModify the new sqlite3_vtab_collation() interface so...
2017-12-21  drhFix SQLITE_DBCONFIG_TRIGGER_EQP so that it works even...
2017-12-21  drhAdd the ".eqp trigger" option to the ".eqp" command...
2017-12-21  danAdd the ".expert" command to the shell tool's ".help...
2017-12-21  drhChange the name of SQLITE_DBCONFIG_FULL_EQP to be SQLIT...
2017-12-21  drhAdd the SQLITE_DBCONFIG_MAX preprocessor macro which...
2017-12-21  drhAdd the experimental ".expert" command to the sqlite3...
2017-12-20  drhLowercase local variable names in the SHA3 extension...
2017-12-19  danFix crash in sqlite3_vtab_collation() when called for...
2017-12-19  danExperimentally add the SQLite expert functionality... expert-in-shell
2017-12-16  drhAdd an experimental location(X) SQL function that attem...
2017-12-16  danAdd the sqlite3_vtab_collation() function, which allows...
2017-12-16  danMerge latest trunk changes into this branch. schemalint
2017-12-16  danDo not use the compress() and uncompress() functions...
2017-12-16  drhAdd unnecessary initializations to some local variables...
2017-12-15  danEnhance the "swarmvtab" extension. See header comments...
2017-12-15  drhIn the LEMON parser generator, provide reduce actions...
2017-12-14  danHave the writefile() function optionally set the modifi...
2017-12-14  danImprove error and usage messages output by the shell...
2017-12-14  danMerge latest trunk changes into this branch.
2017-12-13  drhIn valueFromExpr() only generate a OOM fault if there...
2017-12-13  mistachkinAdd support for the 'lsm1.c' target in the MSVC makefile.
2017-12-13  drhAn improved way of generating the SQLITE_READONLY_DIREC...
2017-12-13  danAdd the shell tool ".ar --update" command.
2017-12-13  danAdd support for the "--list" command. And for arguments...
2017-12-13  drhNew result code SQLITE_READONLY_DIRECTORY is returned...
2017-12-13  drhCorrectly invalidate a column cache line when it is...
2017-12-13  danChange some LSM code internal typenames from "Blob...
next