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