Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | The output of the ".dump" command in the CLI quotes newline and carriage-return characters using "char(10)" and "char(13)". |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | string-quoting-dump |
Files: | files | file ages | folders |
SHA1: |
8b2954dd8376e2de985cf5dedeb6eec3 |
User & Date: | drh 2017-03-11 01:56:41.692 |
Context
2017-03-13
| ||
18:24 | In the output of the ".dump" command in the CLI, quote newline and carriage-return characters using the char() function, so that they do not get eaten by end-of-line processing logic in the OS or in other command-line utilities and/or libraries. (check-in: 68f6dc7af1 user: drh tags: trunk) | |
2017-03-11
| ||
01:56 | The output of the ".dump" command in the CLI quotes newline and carriage-return characters using "char(10)" and "char(13)". (Closed-Leaf check-in: 8b2954dd83 user: drh tags: string-quoting-dump) | |
00:46 | Increase the number of significant digits in floating point literals on ".dump" output from the shell. (check-in: 7359fcacaa user: drh tags: trunk) | |
Changes
Changes to src/shell.c.