]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Additional improvements to the behavior of ".crnl" in the CLI. The default
authordrh <>
Tue, 8 Oct 2024 15:11:43 +0000 (15:11 +0000)
committerdrh <>
Tue, 8 Oct 2024 15:11:43 +0000 (15:11 +0000)
commitab85d9abd6e5ed5997387c9db31dd6dfaece2681
tree7ff69a2e4accfc9b2e34f5ede736f851cb330751
parentdd2deecbbd03ec1478701b2029479c4983d8fae7
Additional improvements to the behavior of ".crnl" in the CLI.  The default
output mode is O_BINARY so that results are identical on Windows and
non-Windows systems.  On Windows you can optionally do ".crnl on" to enable
NL-to-CRLF conversion on output.  Output to Windows console is always
O_U8TEXT and so is unaffected by the .crnl setting.

FossilOrigin-Name: dbfc10b8981bcce4f875c4adef43f398871b41551074445087e343ded50253c5
manifest
manifest.uuid
src/shell.c.in