]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not do backslash excape processing on any unquoted strings in dot-commands
authordrh <>
Sun, 22 Oct 2023 17:27:55 +0000 (17:27 +0000)
committerdrh <>
Sun, 22 Oct 2023 17:27:55 +0000 (17:27 +0000)
commita63539143da79df705746156923a6bfd8248932f
treeec5766dcaad651e300c08833d894401f53c0423c
parent28f45b1ab1b38b2dbb7800a8978dc00a363a92b3
Do not do backslash excape processing on any unquoted strings in dot-commands
in the CLI - on Windows or on posix-like systems either one.  This brings the
processing into alignment with the documentation, allows backslash-delimited
filenames on Windows (as long as they are unquoted), and causes the CLI to work
the same with regard to backslash escapes on both Windows and posix.

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