aboutsummaryrefslogtreecommitdiff
path: root/src/shell.c
Commit message (Expand)AuthorAge
* Add the ".vfslist" command to the command-line shell.drh2016-01-12
* Fix a premature reference to utf8_printf in shell.c.drh2016-01-03
* In the shell, use utf8_printf() when any string formatting is present and raw...mistachkin2015-12-31
* Enhance the command-line shell to handle MBCS characters on input and output.drh2015-12-30
* Add the ".changes ON|OFF" command to the sqlite3.exe command-line shell, fordrh2015-12-07
* Add the SQLITE_FCNTL_VFS_POINTER file control which obtains a pointer todrh2015-11-28
* Fix uninitialized variable in the command line shell.mistachkin2015-11-17
* In the shell tool, avoid testing if (sqlite3_vfs.xGetCurrentInt64) is NULL fo...dan2015-11-16
* Improvements to the SQLITE_CONFIG_PAGECACHE documentation. Enhance thedrh2015-11-11
* First attempt to add json1 and fts5 to the amalgamation. This check-in doesdrh2015-10-08
* Improve error handling in shell command ".tables".dan2015-09-30
* Enable adding JSON1 by appending the json1.c source file to the amalgamationdrh2015-09-26
* Merge the latest enhancements from trunk.drh2015-08-31
|\
| * Link the json1 extension into the command-line shell by default.drh2015-08-29
* | Add code to maintain indexes with expression arguments across DELETE, INSERT,drh2015-08-25
|/
* Add a specially formatted comment to shell.c to make it easier for scripts to...dan2015-08-07
* Improve spacing and comment style for the shell. No changes to code.mistachkin2015-06-17
* Fix a uninitialized variable use in the command-line shell when thedrh2015-06-17
* Fix harmless compiler warnings.drh2015-06-15
* Fix harmless compiler warning with MSVC.mistachkin2015-05-08
* Automatically enable the dbstat virtual table on all new databasedrh2015-05-04
* In the command-line shell, and the ".binary" command and additionaldrh2015-05-04
|\
| * Merge updates from trunk.mistachkin2015-04-16
| |\
| * \ Merge updates from trunk.mistachkin2015-04-07
| |\ \
| * | | Enhance the shell export to support emitting column names in 'insert' mode wh...mistachkin2015-04-07
| * | | Merge updates from trunk.mistachkin2015-03-21
| |\ \ \
| * \ \ \ Merge updates from trunk.mistachkin2015-03-19
| |\ \ \ \
| * \ \ \ \ Merge updates from trunk.mistachkin2015-02-27
| |\ \ \ \ \
| * | | | | | Remove a shell function that is now superfluous.mistachkin2015-01-19
| * | | | | | Merge updates from trunk.mistachkin2015-01-19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge updates from trunk.mistachkin2015-01-19
| |\ \ \ \ \ \ \
| * | | | | | | | Some experimental command line shell input/output enhancements.mistachkin2015-01-18
* | | | | | | | | Include the "dbstat" virtual table in the amalgamation.drh2015-05-04
* | | | | | | | | Add the ".limit" command to the command-line shell.drh2015-05-02
* | | | | | | | | Enhance the CLI to initialize the dbstat virtual table if compiled usingdrh2015-04-30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add code to the shell to optionally initialize the dbstat virtual table.drh2015-04-28
* | | | | | | | | | Use sqlite3_malloc64() in place of sqlite3_malloc() internally.drh2015-04-29
|/ / / / / / / / /
* | | | | | | | | Fix harmless compiler warnings seen with MSVC 2015.mistachkin2015-04-19
* | | | | | | | | Add the --backslash option to the command-line shell for testing purposes.drh2015-04-16
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix a potential one-byte buffer overread in the command-line shell.drh2015-04-15
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix the ".testctrl imposter" command in the command-line shell to bedrh2015-03-27
* | | | | | | Using MSVC, get the sqlite3IoTrace variable working with the USE_STDCALL and/...mistachkin2015-03-27
* | | | | | | Disable loadable extensions in the command-line shell on VxWorks user-space.drh2015-03-23
| |_|_|_|_|/ |/| | | | |
* | | | | | Improvements to the MSVC build. Fix harmless compiler warnings. Enable use ...mistachkin2015-03-21
* | | | | | Fix typo in shell error message.mistachkin2015-03-19
| |_|_|_|/ |/| | | |
* | | | | Fix a bug in error handling in the ".trace" command of the command-line shell.drh2015-03-19
* | | | | Fix compiler warnings when compiling under VxWorks 7.drh2015-03-03
* | | | | Changes so that the amalgamation and the command-line shell build withoutdrh2015-03-02
* | | | | In the command-line shell, the inability to read ~/.sqliterc is no longerdrh2015-02-28
| |_|_|/ |/| | |
* | | | Add support for linenoise to shell.c.dan2015-02-25