2018-01-05 |
drh | Fix a bug introduced by efforts to reduce compiler... sqlar-shell-support |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | In the Makefile for MSVC, the default target should... |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | More adjustments to MSVC Makefile dependencies for... |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | Fix compiler warnings. |
commit | commitdiff | tree |
2018-01-05 |
drh | Fix missing dependencies for shell.c in all makefiles. |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | In the Makefile for MSVC, only attempt to link against... |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | Add some missing #ifdefs for building without zlib. |
commit | commitdiff | tree |
2018-01-05 |
drh | Fix compiler warnings. |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | Revise detection of 'tclsh.exe' in the Makefile for... |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | Enhance the 'zlib' build target for MSVC. |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | Add missing #ifdef. |
commit | commitdiff | tree |
2018-01-04 |
mistachkin | In the 'fileio' extension code for Win32, use the FILE_... |
commit | commitdiff | tree |
2018-01-04 |
mistachkin | Remove 'timespec' related code from the shell that... |
commit | commitdiff | tree |
2018-01-04 |
mistachkin | Get the shell enhancements compiling with MSVC. |
commit | commitdiff | tree |
2018-01-04 |
drh | Merge in all recent trunk enhancements. |
commit | commitdiff | tree |
2018-01-04 |
drh | Remove the snarky "_supported_" qualifier from the... |
commit | commitdiff | tree |
2018-01-04 |
drh | Fix a broken documentation hyperlink. No code changes. |
commit | commitdiff | tree |
2018-01-03 |
drh | Add another test case (found by OSSFuzz) for the proble... |
commit | commitdiff | tree |
2018-01-02 |
drh | Fix code indentation. No logic changes. |
commit | commitdiff | tree |
2018-01-02 |
drh | In the constraint resolution logic, be careful not... |
commit | commitdiff | tree |
2018-01-02 |
drh | Enhance the memvfs extension so that it can be read... |
commit | commitdiff | tree |
2018-01-02 |
drh | Updates to the sqlite3_file_control() documentation... |
commit | commitdiff | tree |
2018-01-02 |
drh | Do not attempt to use pragma_module_list in the command... |
commit | commitdiff | tree |
2018-01-02 |
drh | The ".schema" command in the command-line shell now... |
commit | commitdiff | tree |
2018-01-01 |
drh | Improved name quoting and escaping in the auxiliary... |
commit | commitdiff | tree |
2018-01-01 |
drh | In the output of ".schema", show the column names of... |
commit | commitdiff | tree |
2018-01-01 |
drh | Minor simplification to the ".schema" logic in the... |
commit | commitdiff | tree |
2018-01-01 |
drh | Enable the introspection pragmas for command-line shell... |
commit | commitdiff | tree |
2017-12-30 |
dan | Have zipfile support DELETE commands. |
commit | commitdiff | tree |
2017-12-30 |
dan | Rearrange things a bit so that writing to a zipfile... |
commit | commitdiff | tree |
2017-12-29 |
dan | Update ext/misc/zipfile.c to support creating and addin... |
commit | commitdiff | tree |
2017-12-29 |
drh | Add support for the sqlite_unsupported_offset() SQL... |
commit | commitdiff | tree |
2017-12-29 |
drh | Stricter test cases. location-function |
commit | commitdiff | tree |
2017-12-29 |
drh | Fix a typo in the MSVC makefile. |
commit | commitdiff | tree |
2017-12-29 |
drh | Change the function name to sqlite_unsupported_offset... |
commit | commitdiff | tree |
2017-12-29 |
drh | Enhance location(X) so that it works with indexes and... |
commit | commitdiff | tree |
2017-12-29 |
drh | Merge recent enhancements from trunk. |
commit | commitdiff | tree |
2017-12-29 |
drh | Add test cases for the undocumented behavior of duplica... |
commit | commitdiff | tree |
2017-12-27 |
drh | The output of sqlite3_trace() now shows each command... |
commit | commitdiff | tree |
2017-12-27 |
drh | Omit all sqlite3_trace() output from the triggers assoc... span-refactor |
commit | commitdiff | tree |
2017-12-27 |
dan | Improve the shell tool ".ar --list --verbose" command. |
commit | commitdiff | tree |
2017-12-27 |
drh | Show the text of individual statements within a trigger... |
commit | commitdiff | tree |
2017-12-27 |
drh | Add and use the internal sqlite3DbSpanDup() interface. |
commit | commitdiff | tree |
2017-12-27 |
drh | Merge recent enhancements from trunk. |
commit | commitdiff | tree |
2017-12-27 |
dan | Have the shell tool ".ar --list" and ".ar --extract... |
commit | commitdiff | tree |
2017-12-27 |
drh | Enhance the Lemon parser generator so that it creates... |
commit | commitdiff | tree |
2017-12-27 |
drh | The previous check-in had an error in the coverage... lemon-improvements |
commit | commitdiff | tree |
2017-12-27 |
drh | Change the coverage measurement logic in the lemon... |
commit | commitdiff | tree |
2017-12-27 |
drh | In the lemon-generated parser, do not report the End... |
commit | commitdiff | tree |
2017-12-27 |
drh | In LEMON, fix an off-by-one error that can make the... |
commit | commitdiff | tree |
2017-12-26 |
dan | Add new file ext/misc/zipfile.c, containing a virtual... |
commit | commitdiff | tree |
2017-12-26 |
drh | Change the lemon-parser coverage report format to repor... |
commit | commitdiff | tree |
2017-12-26 |
drh | Merge bug fixes from trunk. |
commit | commitdiff | tree |
2017-12-26 |
drh | Add support for measuring and reporting coverage of... |
commit | commitdiff | tree |
2017-12-26 |
drh | Faster and smaller implementation of sqlite3AtoF()... |
commit | commitdiff | tree |
2017-12-26 |
dan | Fix crashes that could occur if SQL NULL values were... |
commit | commitdiff | tree |
2017-12-26 |
dan | Add options to speedtest1.c and speed-check.sh for... |
commit | commitdiff | tree |
2017-12-25 |
drh | Fix an assertion fault on a syntax error input caused... |
commit | commitdiff | tree |
2017-12-25 |
drh | Enhance LEMON so that it generates the action table... |
commit | commitdiff | tree |
2017-12-25 |
drh | In the LEMON-generated parser, avoid unnecessary tests... |
commit | commitdiff | tree |
2017-12-24 |
drh | In the LEMON-generated parser, rearrange the meanings... |
commit | commitdiff | tree |
2017-12-24 |
drh | Fix a NULL pointer dereference after a syntax error... |
commit | commitdiff | tree |
2017-12-24 |
drh | Improved parser tracing output. |
commit | commitdiff | tree |
2017-12-24 |
drh | Grammar changes: the sclp non-terminal should always... |
commit | commitdiff | tree |
2017-12-24 |
drh | Improved parser tracing output. |
commit | commitdiff | tree |
2017-12-24 |
drh | Remove the ExprSpan object. Instead, keep track of... |
commit | commitdiff | tree |
2017-12-23 |
drh | Merge enhancements from trunk. |
commit | commitdiff | tree |
2017-12-23 |
drh | Simplification to the error handling logic in the exten... |
commit | commitdiff | tree |
2017-12-23 |
drh | Improve the error message that comes back when sqlite3_... |
commit | commitdiff | tree |
2017-12-23 |
drh | Move the generation of output column names earlier... |
commit | commitdiff | tree |
2017-12-23 |
drh | Add a SELECTTRACE() macro to indicate when column names... |
commit | commitdiff | tree |
2017-12-22 |
drh | In the sqlite3TreeViewExprList() routine, show the... |
commit | commitdiff | tree |
2017-12-22 |
drh | Modify the new sqlite3_vtab_collation() interface so... |
commit | commitdiff | tree |
2017-12-21 |
drh | Fix SQLITE_DBCONFIG_TRIGGER_EQP so that it works even... |
commit | commitdiff | tree |
2017-12-21 |
drh | Add the ".eqp trigger" option to the ".eqp" command... |
commit | commitdiff | tree |
2017-12-21 |
dan | Add the ".expert" command to the shell tool's ".help... |
commit | commitdiff | tree |
2017-12-21 |
drh | Change the name of SQLITE_DBCONFIG_FULL_EQP to be SQLIT... |
commit | commitdiff | tree |
2017-12-21 |
drh | Add the SQLITE_DBCONFIG_MAX preprocessor macro which... |
commit | commitdiff | tree |
2017-12-21 |
drh | Add the experimental ".expert" command to the sqlite3... |
commit | commitdiff | tree |
2017-12-20 |
drh | Lowercase local variable names in the SHA3 extension... |
commit | commitdiff | tree |
2017-12-19 |
dan | Fix crash in sqlite3_vtab_collation() when called for... |
commit | commitdiff | tree |
2017-12-19 |
dan | Experimentally add the SQLite expert functionality... expert-in-shell |
commit | commitdiff | tree |
2017-12-16 |
drh | Add an experimental location(X) SQL function that attem... |
commit | commitdiff | tree |
2017-12-16 |
dan | Add the sqlite3_vtab_collation() function, which allows... |
commit | commitdiff | tree |
2017-12-16 |
dan | Merge latest trunk changes into this branch. schemalint |
commit | commitdiff | tree |
2017-12-16 |
dan | Do not use the compress() and uncompress() functions... |
commit | commitdiff | tree |
2017-12-16 |
drh | Add unnecessary initializations to some local variables... |
commit | commitdiff | tree |
2017-12-15 |
dan | Enhance the "swarmvtab" extension. See header comments... |
commit | commitdiff | tree |
2017-12-15 |
drh | In the LEMON parser generator, provide reduce actions... |
commit | commitdiff | tree |
2017-12-14 |
dan | Have the writefile() function optionally set the modifi... |
commit | commitdiff | tree |
2017-12-14 |
dan | Improve error and usage messages output by the shell... |
commit | commitdiff | tree |
2017-12-14 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree |
2017-12-13 |
drh | In valueFromExpr() only generate a OOM fault if there... |
commit | commitdiff | tree |
2017-12-13 |
mistachkin | Add support for the 'lsm1.c' target in the MSVC makefile. |
commit | commitdiff | tree |
2017-12-13 |
drh | An improved way of generating the SQLITE_READONLY_DIREC... |
commit | commitdiff | tree |
2017-12-13 |
dan | Add the shell tool ".ar --update" command. |
commit | commitdiff | tree |
2017-12-13 |
dan | Add support for the "--list" command. And for arguments... |
commit | commitdiff | tree |
2017-12-13 |
drh | New result code SQLITE_READONLY_DIRECTORY is returned... |
commit | commitdiff | tree |
2017-12-13 |
drh | Correctly invalidate a column cache line when it is... |
commit | commitdiff | tree |
2017-12-13 |
dan | Change some LSM code internal typenames from "Blob... |
commit | commitdiff | tree |
next |