2018-01-10 |
drh | Fix minor problems with the new ".archive" command... archive-improvements |
commit | commitdiff | tree |
2018-01-10 |
drh | In the fileio.c extension, change the filetype(MODE... |
commit | commitdiff | tree |
2018-01-10 |
drh | Implement the ".ar --create" command using a single |
commit | commitdiff | tree |
2018-01-10 |
drh | Add the "filetype()" SQL function for interpreting... |
commit | commitdiff | tree |
2018-01-10 |
drh | The ".ar" command deduces whether or not the target... |
commit | commitdiff | tree |
2018-01-10 |
drh | Allow the use of ".ar -t" without specifying an archive... |
commit | commitdiff | tree |
2018-01-10 |
drh | Work on the ".archive" command. |
commit | commitdiff | tree |
2018-01-10 |
drh | Rearrange some routines in shell.c to avoid the need... |
commit | commitdiff | tree |
2018-01-10 |
drh | Compute the correct column name even if the column... |
commit | commitdiff | tree |
2018-01-09 |
mistachkin | When disconnecting from the 'swarmvtab' extension,... |
commit | commitdiff | tree |
2018-01-09 |
mistachkin | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2018-01-09 |
dan | Return SQLITE_CONSTRAINT if a user attempts to update... |
commit | commitdiff | tree |
2018-01-09 |
dan | In the os_unix.c implementation of xOpen(), do not... |
commit | commitdiff | tree |
2018-01-09 |
dan | Fix a potential crash in sqlite3expert.c caused by... |
commit | commitdiff | tree |
2018-01-09 |
dan | Fix another -fsanitize issue in new shell code. |
commit | commitdiff | tree |
2018-01-09 |
drh | Updates to the README.md file for the ext/misc director... |
commit | commitdiff | tree |
2018-01-09 |
dan | Fix the shell so that it can be built with SQLITE_OMIT_... |
commit | commitdiff | tree |
2018-01-09 |
dan | Do not attempt to build the code in ext/expert/sqlite3e... |
commit | commitdiff | tree |
2018-01-09 |
drh | Attempt to fix the fileio.c extension so that it builds... |
commit | commitdiff | tree |
2018-01-09 |
dan | Fix a zipfile problem with adding new directories to... |
commit | commitdiff | tree |
2018-01-09 |
dan | Fix a problem in zipfile.c found by -fsanitize. |
commit | commitdiff | tree |
2018-01-09 |
drh | Avoid a compiler warning when building with newer versi... |
commit | commitdiff | tree |
2018-01-09 |
mistachkin | Improve portability of compile-time MinGW detection... |
commit | commitdiff | tree |
2018-01-09 |
mistachkin | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2018-01-08 |
dan | Update the zipfile module so that it matches the docume... |
commit | commitdiff | tree |
2018-01-08 |
dan | Fix problems in the sqlite3expert.c code revealed by... |
commit | commitdiff | tree |
2018-01-08 |
dan | Add an "ifcapable trace {}" block to a test in fkey1... |
commit | commitdiff | tree |
2018-01-08 |
mistachkin | Remove a superfluous define from the 'fileio' extension... |
commit | commitdiff | tree |
2018-01-08 |
dan | Fix a malloc/sqlite3_free mismatch in the shell tool... |
commit | commitdiff | tree |
2018-01-08 |
mistachkin | Fix compilation of 'sqltclsh.exe' for MSVC. |
commit | commitdiff | tree |
2018-01-07 |
drh | Avoid the use of utimensat() on older unix platforms. |
commit | commitdiff | tree |
2018-01-07 |
drh | Remove the dependency on test_windirent.h from the... |
commit | commitdiff | tree |
2018-01-07 |
drh | Modify the sqltclsh startup script to look for a proper... |
commit | commitdiff | tree |
2018-01-07 |
drh | Improved comments on the sqlar.c and compress.c extensi... |
commit | commitdiff | tree |
2018-01-06 |
drh | The shell detects and opens ZIP archives using the... |
commit | commitdiff | tree |
2018-01-06 |
drh | In the shell, include the ".archive" command only if... |
commit | commitdiff | tree |
2018-01-06 |
drh | Better whitespace in the "CREATE TABLE sqlar()" stateme... |
commit | commitdiff | tree |
2018-01-06 |
drh | Improved output from ".schema --indent" when a column... |
commit | commitdiff | tree |
2018-01-06 |
mistachkin | Remove a trailing tab from the Makefile for MSVC. |
commit | commitdiff | tree |
2018-01-06 |
mistachkin | Minor tweaks to the Makefile for MSVC. |
commit | commitdiff | tree |
2018-01-06 |
drh | Add the appendvfs extension and code for the sqltclsh... |
commit | commitdiff | tree |
2018-01-06 |
drh | Fix the appendvfs so that it leaves sqlite3_file->pMeth... appendvfs |
commit | commitdiff | tree |
2018-01-06 |
drh | Add sqltclsh.exe to the windows makefile. |
commit | commitdiff | tree |
2018-01-05 |
drh | Make sure i64 and u64 typedefs are available throughout... |
commit | commitdiff | tree |
2018-01-05 |
drh | Fix the shell.c.in amalgamator script so that it avoids... |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | MinGW does not define the S_ISLNK macro; therefore... |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | Skip running the 'zipfile' test if the necessary static... |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | Fix shell compilation with MinGW by including the ... |
commit | commitdiff | tree |
2018-01-05 |
drh | Fix the autoconf makefile so that it builds testfixture... |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | Sync up the autoconf Makefile for MSVC. |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | The 'releasetest' tool should pass the TCLDIR macro... |
commit | commitdiff | tree |
2018-01-05 |
mistachkin | For the MSVC Makefile, the 'sqlite3_checker.exe' target... |
commit | commitdiff | tree |
2018-01-05 |
drh | Add the ".ar" command to the command-line shell. |
commit | commitdiff | tree |
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 |
dan | Fix an LSM problem causing the wrong amount of "auto... |
commit | commitdiff | tree |
2018-01-05 |
dan | Fix an LSM crash that could occur if LSM_CONFIG_AUTOFLU... |
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 |
next |