]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhancements to help avoid problems in the CLI when trying display content
authordrh <>
Tue, 25 Feb 2025 15:57:49 +0000 (15:57 +0000)
committerdrh <>
Tue, 25 Feb 2025 15:57:49 +0000 (15:57 +0000)
commit87ad172c50acbf0564368e7131d8f8611dadd303
tree0dbd4478496deb3a723d3c92b1df7cfdaee85636
parent228e51d8cde3855fac7ea815e913c5703bbe585b
parentd4c686ed8fd4f69c26a1ee0c7d65ded6b5fa17c7
Enhancements to help avoid problems in the CLI when trying display content
that contains ANSI escape codes:  (1) Add the --escape MODE option to the CLI
where MODE is one of "symbol", "ascii", "off" where the default is "symbol".
(2) Add the unistr() SQL function.  (3) Add the unistr_quote() SQL function.
(4) Add the %#Q and %#q conversions in the built-in printf.

FossilOrigin-Name: e3e509ae145ee2623ac68ededa59991a97fcd28313e03f67a3890b560c5381b0
manifest
manifest.uuid
src/sqliteInt.h
test/shell1.test