Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
shell.c.in
bae748a
Increase the precision of the "real time" output from the ".timer" command
by drh
· 24 hours ago
27e13f4
Teach the sqlite3 CLI shell to look in XDG_STATE_HOME for the CLI history file before falling back to its historical location in the user's home directory.
by stephan
· 3 days ago
3a97a1b
Squelch a legitimate but harmless 'discards const' warning.
by stephan
· 3 days ago
shell-xdg-vars
debc8f7
Minor tweaks to the exists-to-join optimization.
by drh
· 2 weeks ago
1bd6b41
Correct ~/.local/config/... to ~/.config/... when looking for sqliterc when XDG_CONFIG_HOME is not set. Internal doc touchups.
by stephan
· 3 weeks ago
2752d13
Add support for using $XDG_STATE_HOME/sqlite_history or ~/.local/state/sqlite_history before fallback back to the historical default of ~/.sqlite_history. Update sqlite3.1 (man page) with the new semantics.
by stephan
· 3 weeks ago
bbcf035
Preliminary refactoring of the XDG_CONFIG_HOME support to support the pending addition of other XDG-configurable options. In response to [forum:31db1a23f9 | forum post 31db1a23f9].
by stephan
· 3 weeks ago
b1560be
Fix an SQL typo introduced by the previous check-in.
by drh
· 4 weeks ago
2878902
Escape the "_" character in LIKE patterns in the CLI.
by drh
· 4 weeks ago
90ba0d4
Improved diagnostics for Bitvec: Add the sqlite3ShowBitvec() routine that
by drh
· 6 weeks ago
b1929b7
Remove the clunky test_windirent.h and test_windirent.c files from src/
by drh
· 6 weeks ago
c019010
Enhance "box" and "column" mode formatting in the CLI to better deal with
by drh
· 7 weeks ago
4165fd8
Rework the showHelp() function in the CLI implementation so that its
by drh
· 9 weeks ago
f23a612
Fix a harmless problem in the CLI in which SQL errors that occur during
by drh
· 3 months ago
39d14d4
Minor shell-internal doc addition. No functional changes.
by stephan
· 4 months ago
cd1cbd6
CLI shell: make (.output off) an alias for (.output /dev/null) or (.output nul), depending on the platform. Discussed in [forum:633979ce307f1cc6|forum post 633979ce307f1cc6].
by stephan
· 4 months ago
7b3477c
Fix an off-by-one bug in the ".dbtotxt" command from the shell that results
by drh
· 4 months ago
7f4efdc
Teach the CLI that VT100-escape codes that do things like change font
by drh
· 4 months ago
62d9d70
The --echo flag on the CLI also echos dot-commands provided on the command-line.
by drh
· 4 months ago
47991d9
Various typo fixes reported by Daniel Dumitriu. No functional changes.
by stephan
· 5 months ago
ba6510a
Additional 'array index is signed char' warning cleanups for the shell and its embedded extensions, analog to [44bd44532d].
by stephan
· 5 months ago
fc9b5d2
Have the recover module add "PRAGMA foreign_keys = off" to SQL output. Have the shell tool add ".dbconfig defensive off".
by dan
· 5 months ago
9f19ea8
Improvement output for ".schema --indent" in the CLI when the schema contains
by drh
· 5 months ago
557974e
In the CLI, ensure that all calls to ctype.h macros are cast to unsigned char.
by drh
· 5 months ago
da5f813
Approximately 100 typo corrections spanning the whole tree, submitted via [forum:0db9827f0464bc33|forum post 0db9827f0464bc33] and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text.
by stephan
· 5 months ago
846643e
Change the default control-character escape algorithm from "symbol" to
by drh
· 5 months ago
82769e7
Improved help messages for the --escape option in the CLI.
by drh
· 5 months ago
81d44c7
Use an assert() to fix a harmless (false-positive) scan-build warning
by drh
· 5 months ago
e4f7af1
Only use unistr() in columnar formats when strictly needed.
by drh
· 5 months ago
7db5e50
Bug fix and initial test-case infrastructure for control-character escaping
by drh
· 5 months ago
21b431e
Ongoing work to get all the quoting and escaping variations in the CLI
by drh
· 5 months ago
6a9c3b4
Make column output modes in the CLI responsive to the --escape setting.
by drh
· 5 months ago
96a65cc
Three different --escape modes: symbol, ascii, off.
by drh
· 5 months ago
9ba963f
Further improvements to control-character escapes in the CLI.
by drh
· 5 months ago
8d15d7e
Work toward VT100-safe output from the CLI by default.
by drh
· 5 months ago
eb0d2e7
Increase default CLI shell .prompt buffer length to 128 bytes, based on discussion in [forum:362f185a6aa|forum post 362f185a6aa].
by stephan
· 5 months ago
2e132a4
Slight tweak to the CLI shell help output to help convey that it can accept multiple SQL arguments, as suggested in [forum:20e617feee|forum post 20e617feee].
by stephan
· 5 months ago
e16b345
Add the SQLITE_DBCONFIG_ENABLE_COMMENTS setting (default on) to enable or
by drh
· 6 months ago
c850c2b
Add two new sqlite3_db_config() options that enable the ATTACH command
by drh
· 6 months ago
enable-attach
3640785
Add an SQLITE_TESTCTRL_OPTIMIZATION mask that can disable the query planner
by drh
· 6 months ago
14bc98d
Fix harmless "implicit fall through" warnings that suddenly appeared when
by drh
· 6 months ago
4b5e8c9
Better job at suppressing harmless scan-build warnings. This time testing
by drh
· 6 months ago
27661f2
Fix harmless scan-build warnings.
by drh
· 6 months ago
1388a71
Allow the 2nd argument to ".param set" to use previously bound parameters,
by drh
· 7 months ago
e85e33d
Enhance the ".import" command of the CLI so that it is able to insert into a
by drh
· 7 months ago
92d252e
Fix more harmless compiler warnings.
by drh
· 7 months ago
33c120f
Improve the output from the ".testctrl opt" command in the CLI.
by drh
· 8 months ago
ed271dc
Fix harmless scanbuild warnings caused by the introduction of the
by drh
· 8 months ago
38fdb2a
Fix some harmless scanbuild warnings in the shell.
by drh
· 8 months ago
9edb535
Make ".scanstatus" an undocumented alternative name for ".scanstats" in the CLI.
by drh
· 8 months ago
bbc6e5c
Make the --vfstrace output from the CLI go to the same output channel as
by drh
· 8 months ago
70d3901
Call fflush() on ".echo" output from the shell, so that the output to
by drh
· 8 months ago
ea13658
Remove some obsolete macros from the CLI.
by drh
· 8 months ago
26c080a
Fix a memory leak in the ".dump" command of the CLI that can occur if an
by drh
· 8 months ago
be46f93
Add the ".dbtotxt" command to the CLI.
by drh
· 8 months ago
c00d89d
Further improvements to the ".mode json" output in the CLI.
by drh
· 8 months ago
edf7efc
Improve the ".mode json" output of the CLI so that it encodes U+007f using
by drh
· 9 months ago
9bcb0a5
Fix the CLI so that it can use either the canonical Antirez linenoise
by drh
· 9 months ago
bc4df60
Remove the never-used and never-documented and long-ago deprecated
by drh
· 9 months ago
9905e7e
When readline is enabled, attempt to determine whether the completion API is compatible and, if it's not, disable it in the shell app.
by stephan
· 9 months ago
5899d9c
There is no need to DELETE the content of sqlite_sequence in the output of
by drh
· 9 months ago
39b9249
The CLI now default to ".crlf ON" in Windows. CSV output always uses CRLF on
by drh
· 9 months ago
863fcdc
Be consistent about using "CRLF" instead of "CRNL".
by drh
· 9 months ago
72fea11
Fix a harmless compiler warning in the CLI.
by drh
· 9 months ago
b23cce9
Fix the CSV output mode in the CLI such that the line ending is NL by default
by drh
· 9 months ago
0b453b3
Avoid undesirable NL to CRLF translation when doing binary output to the
by drh
· 9 months ago
7f5a10e
Enable the ".crnl" command on Windows builds of the CLI even if the
by drh
· 9 months ago
ab85d9a
Additional improvements to the behavior of ".crnl" in the CLI. The default
by drh
· 9 months ago
dd2deec
Fix the .crnl command in the shell so that it does not get undone by
by drh
· 9 months ago
e8b2c92
Remove all code that makes use of the C-language "long double" datatype.
by drh
· 10 months ago
cacef23
Fix the character width tables for the CLI such that all unicode code-points
by drh
· 10 months ago
54fd01c
Fix the CLI so that the --bom option only outputs a single BOM, not two.
by drh
· 10 months ago
c94e4a7
Fix a harmless compiler warning in the CLI.
by drh
· 10 months ago
2b041fb
Provide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO compile-time options
by drh
· 10 months ago
cli-stdlib
66b3ed3
Always show HTML table headers in ".www" output mode.
by drh
· 10 months ago
878db7b
Add the --plain option to the ".www" dot-command.
by drh
· 10 months ago
95f35b6
Redirect timer output just like any other text.
by drh
· 10 months ago
62d9691
Improvements to ".www" and ".output -w" so that text that is not part of
by drh
· 10 months ago
2a9254c
Add the "www" output mode that include <table> in the HTML output.
by drh
· 10 months ago
9e59c06
Always include a UTF-8 BOM at the beginning of the output CSV when using
by drh
· 10 months ago
853520d
Fix stray fputs() calls in the CLI.
by drh
· 10 months ago
38b4158
Use sqlite3_fgets() instead of fgetc() to end the startup debugging pause
by drh
· 10 months ago
8f1f9ef
Merge trunk enhancements, and especially the zero- and double-width character
by drh
· 10 months ago
f4382b2
Improvements to comments on data structures and subroutines.
by drh
· 10 months ago
variable-width-char
18e2ace
Fix over-length lines in the shell source code.
by drh
· 10 months ago
697c3fb
Fix error messages in the shell.
by drh
· 10 months ago
63558ea
Get fiddle working again on this branch.
by drh
· 10 months ago
0be2dd9
Get output redirection working again in the CLI.
by drh
· 10 months ago
57b32ef
Add the sqlite3_stdio.h library for Windows console I/O.
by drh
· 10 months ago
4e34558
Use _wfopen() instead of fopen() on Windows in the CLI.
by drh
· 10 months ago
118ac6a
Always use fputws() for output to a Windows command-line prompt.
by drh
· 10 months ago
415acd0
In the CLI, when displaying results in a columnar format, take into account
by drh
· 10 months ago
1d9db01
CLI uses only lib-c for I/O on Windows. No calls to Win32. Works on Win11,
by drh
· 10 months ago
165daef
Add sha1() functions to the CLI. Fix sha1b() such that it actually returns
by drh
· 10 months ago
5600adf
Move the vfstrace extension out of src/ over into ext/misc/ where it belongs.
by drh
· 10 months ago
fcd65ef
Merge all the latests trunk enhancements into the win-dupe-crt-fio branch.
by drh
· 11 months ago
87ebadb
shell.c.in: use eputz/oputz() instead of eputf/oputf() where appropriate to avoid compilation errors in -std=c99 mode (namely wasm builds).
by stephan
· 11 months ago
306a8dc
Fix compiler warnings in the CLI detected by MSVC.
by drh
· 11 months ago
7766c99
Eliminate use of strcpy() in shell.c.in to squelch an unwarranted link-time warning on OpenBSD.
by stephan
· 11 months ago
be1fdbd
Add the new SQLITE_TESTCTRL_OPTGET that retrieves the current optimization
by drh
· 11 months ago
optimization-onoff
Next »