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