- 6c9dcc4 Update test cases for the new "usage" for .output. by drh ยท 8 years ago excel-shell-cmd
- 3c484e8 Save and restore the output mode when doing ".once -x" or ".excel". by drh ยท 8 years ago
- a92a01a An attempt to get ".once -e" working reliably on Windows. by drh ยท 8 years ago
- 7f3bf8a Fix a potential SQLITE_MISUSE in the .excel command when no database is open. by drh ยท 8 years ago
- 13c2093 Add support for the ".excel" command (and ".once -e" and ".once -x") in the CLI. by drh ยท 8 years ago
- cc9c26a Fix a harmless compiler warning in zipfile.c by drh ยท 8 years ago
- d99c7b7 Include RTREE in the default CLI build. by drh ยท 8 years ago
- ca7733b Modify the new "--append" option to the .archive so that it takes a filename by drh ยท 8 years ago
- e15c5e5 Add the lsmode(MODE) function in the fileio.c extension and use that function by drh ยท 8 years ago
- 3466064 Fix minor problems with the new ".archive" command changes. by drh ยท 8 years ago archive-improvements
- 4bfd182 Return an SQLITE_CONSTRAINT error if an attempt is made to insert duplicate by dan ยท 8 years ago
- 410cad9 In the fileio.c extension, change the filetype(MODE) function into lsmode(MODE). by drh ยท 8 years ago
- 634c70f Implement the ".ar --create" command using a single by drh ยท 8 years ago
- f2ed70e Have the zipfile module automatically append "/" to directory names that do by dan ยท 8 years ago
- 6c237b1 Add the "filetype()" SQL function for interpreting file modes to the by drh ยท 8 years ago
- a5676c4 The ".ar" command deduces whether or not the target file is by drh ยท 8 years ago
- a82c95b Allow the use of ".ar -t" without specifying an archive file or the "-z" by drh ยท 8 years ago
- e75d1f5 Tag an unreachable branch using ALWAYS(). by drh ยท 8 years ago
- b376b3d Work on the ".archive" command. by drh ยท 8 years ago
- a688ca5 Fix a problem in os_unix.c causing it to return SQLITE_CANTOPEN instead of by dan ยท 8 years ago
- 5af0698 Rearrange some routines in shell.c to avoid the need to forward reference a by drh ยท 8 years ago
- 6116ee4 Compute the correct column name even if the column identifier is the by drh ยท 8 years ago
- dc006e0 When disconnecting from the 'swarmvtab' extension, close each database prior to invoking the 'openclose' function on it. by mistachkin ยท 8 years ago
- 7026bd6 Fix harmless compiler warnings. by mistachkin ยท 8 years ago
- 2c4df97 Return SQLITE_CONSTRAINT if a user attempts to update a zipfile table. by dan ยท 8 years ago
- 9898c4a In the os_unix.c implementation of xOpen(), do not return by dan ยท 8 years ago
- c48e027 Fix a potential crash in sqlite3expert.c caused by a missing sqlite3_reset() by dan ยท 8 years ago
- e2d22ff Fix another -fsanitize issue in new shell code. by dan ยท 8 years ago
- 4297584 Updates to the README.md file for the ext/misc directory. No code changes. by drh ยท 8 years ago
- 6b046be Fix the shell so that it can be built with SQLITE_OMIT_VIRTUALTABLE. by dan ยท 8 years ago
- f87ae41 Do not attempt to build the code in ext/expert/sqlite3expert.c if by dan ยท 8 years ago
- 8ee5d0f Attempt to fix the fileio.c extension so that it builds on MinGW-64. by drh ยท 8 years ago
- 128011a Fix a zipfile problem with adding new directories to an archive. by dan ยท 8 years ago
- cc234a4 Fix a problem in zipfile.c found by -fsanitize. by dan ยท 8 years ago
- a869130 Avoid a compiler warning when building with newer versions of MinGW by drh ยท 8 years ago
- 562f0c8 Improve portability of compile-time MinGW detection for the command line shell. by mistachkin ยท 8 years ago
- 88a1d6b Fix harmless compiler warnings. by mistachkin ยท 8 years ago
- 7c15ac1 Update the zipfile module so that it matches the documentation. by dan ยท 8 years ago
- d4bb7c1 Fix problems in the sqlite3expert.c code revealed by -fsanitize. by dan ยท 8 years ago
- 4064a4c Add an "ifcapable trace {}" block to a test in fkey1.test that uses SQL tracing. by dan ยท 8 years ago
- 1bc1e2f Remove a superfluous define from the 'fileio' extension when compiled for Win32. by mistachkin ยท 8 years ago
- dcfbff9 Fix a malloc/sqlite3_free mismatch in the shell tool code. by dan ยท 8 years ago
- 98dfb2f Fix compilation of 'sqltclsh.exe' for MSVC. by mistachkin ยท 8 years ago
- a5da4ef Avoid the use of utimensat() on older unix platforms. by drh ยท 8 years ago
- 03491a1 Remove the dependency on test_windirent.h from the generated shell.c file. by drh ยท 8 years ago
- 8682e12 Modify the sqltclsh startup script to look for a properly formatted by drh ยท 8 years ago
- acd6fde Improved comments on the sqlar.c and compress.c extensions that describe by drh ยท 8 years ago
- 1fa6d9f The shell detects and opens ZIP archives using the zipfile extension. by drh ยท 8 years ago
- e37c0e1 In the shell, include the ".archive" command only if compiling with by drh ยท 8 years ago
- afba180 Better whitespace in the "CREATE TABLE sqlar()" statement for the ".ar" command. by drh ยท 8 years ago
- 11be81d Improved output from ".schema --indent" when a column definition is followed by drh ยท 8 years ago
- 5e6f782 Remove a trailing tab from the Makefile for MSVC. by mistachkin ยท 8 years ago
- 0476b95 Minor tweaks to the Makefile for MSVC. by mistachkin ยท 8 years ago
- 4574db7 Add the appendvfs extension and code for the sqltclsh.exe executable. by drh ยท 8 years ago
- 6b9986e Fix the appendvfs so that it leaves sqlite3_file->pMethods as NULL if it by drh ยท 8 years ago appendvfs
- 9dea173 Add sqltclsh.exe to the windows makefile. by drh ยท 8 years ago
- 1e506b5 Make sure i64 and u64 typedefs are available throughout shell.c. by drh ยท 8 years ago
- f5c7562 Fix the shell.c.in amalgamator script so that it avoids generating by drh ยท 8 years ago
- 2f74b3c MinGW does not define the S_ISLNK macro; therefore, define it in the shell when needed. by mistachkin ยท 8 years ago
- f2e8aa6 Skip running the 'zipfile' test if the necessary static package cannot be loaded. by mistachkin ยท 8 years ago
- acae8c3 Fix shell compilation with MinGW by including the 'dirent.h' header. by mistachkin ยท 8 years ago
- 411dfd4 Fix the autoconf makefile so that it builds testfixture correctly. by drh ยท 8 years ago
- b3ec2e1 Sync up the autoconf Makefile for MSVC. by mistachkin ยท 8 years ago
- 992fdfc The 'releasetest' tool should pass the TCLDIR macro for MSVC to nmake. by mistachkin ยท 8 years ago
- 370732a For the MSVC Makefile, the 'sqlite3_checker.exe' target requires the Tcl library. by mistachkin ยท 8 years ago
- b2b7274 Add the ".ar" command to the command-line shell. by drh ยท 8 years ago
- 7ee8836 Fix a bug introduced by efforts to reduce compiler warnings in by drh ยท 8 years ago sqlar-shell-support
- af23899 In the Makefile for MSVC, the default target should not include binaries that link against the Tcl library. by mistachkin ยท 8 years ago
- 5d7503a More adjustments to MSVC Makefile dependencies for zlib. by mistachkin ยท 8 years ago
- 9a5efde Fix compiler warnings. by mistachkin ยท 8 years ago
- c932033 Fix missing dependencies for shell.c in all makefiles. by drh ยท 8 years ago
- 590522c In the Makefile for MSVC, only attempt to link against Tcl when it is needed. Also, only compile 'zipfile.c' when use of zlib is enabled. by mistachkin ยท 8 years ago
- 91f7211 Add some missing #ifdefs for building without zlib. by mistachkin ยท 8 years ago
- af2770f Fix compiler warnings. by drh ยท 8 years ago
- 303b02c Fix an LSM problem causing the wrong amount of "auto-work" to be performed by dan ยท 8 years ago
- 8503d64 Fix an LSM crash that could occur if LSM_CONFIG_AUTOFLUSH was set to 0. by dan ยท 8 years ago
- 47be3b2 Revise detection of 'tclsh.exe' in the Makefile for MSVC. by mistachkin ยท 8 years ago
- 1152250 Enhance the 'zlib' build target for MSVC. by mistachkin ยท 8 years ago
- 3acaf4c Add missing #ifdef. by mistachkin ยท 8 years ago
- 104958c In the 'fileio' extension code for Win32, use the FILE_FLAG_BACKUP_SEMANTICS flag when setting the file times, just in case the file is actually a directory. by mistachkin ยท 8 years ago
- e559880 Remove 'timespec' related code from the shell that has no effect and a (now) superfluous 'timespec' typedef from the Win32 dirent header file. by mistachkin ยท 8 years ago
- dfdfd8c Get the shell enhancements compiling with MSVC. by mistachkin ยท 8 years ago
- c76ed3d Merge in all recent trunk enhancements. by drh ยท 8 years ago
- 35100fb Remove the snarky "_supported_" qualifier from the name of the by drh ยท 8 years ago
- 64c1990 Fix a broken documentation hyperlink. No code changes. by drh ยท 8 years ago
- 9eb8dba Add another test case (found by OSSFuzz) for the problem fixed in by drh ยท 8 years ago
- d9620b8 Fix code indentation. No logic changes. by drh ยท 8 years ago
- 4d795ef In the constraint resolution logic, be careful not to cache column values by drh ยท 8 years ago
- 595a0e2 Enhance the memvfs extension so that it can be read/write. by drh ยท 8 years ago
- 9199ac1 Updates to the sqlite3_file_control() documentation. No changes to code. by drh ยท 8 years ago
- cde7b77 Do not attempt to use pragma_module_list in the command-line shell unless by drh ยท 8 years ago
- 667a2a2 The ".schema" command in the command-line shell now shows the structure of by drh ยท 8 years ago
- 1d315cf Improved name quoting and escaping in the auxiliary column info section by drh ยท 8 years ago
- ceba792 In the output of ".schema", show the column names of virtual tables and by drh ยท 8 years ago
- c22b716 Minor simplification to the ".schema" logic in the command-line shell. by drh ยท 8 years ago
- 470fc9d Enable the introspection pragmas for command-line shell builds. by drh ยท 8 years ago
- 0cde0c6 Have zipfile support DELETE commands. by dan ยท 8 years ago
- db0cb30 Rearrange things a bit so that writing to a zipfile does not invert the order by dan ยท 8 years ago
- 373dc3b Update ext/misc/zipfile.c to support creating and adding entries to existing by dan ยท 8 years ago
- c64487b Add support for the sqlite_unsupported_offset() SQL function if and only by drh ยท 8 years ago