Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/shell5.test
2025-03-11
| ||
15:46 | [d17e7927ab] part of check-in [f6745a7355] Avoid running test cases involving ANSI control characters or Unicode on Windows in a slave interpreter, as that combination does not work. (check-in: [f6745a7355] user: drh branch: windows-ansi, size: 15440) | |
2024-08-28
| ||
09:47 | [0e5f8ce082] part of check-in [8c73d54fd1] Disable shell test cases that require virtual tables when testfixture is built using SQLITE_OMIT_VIRTUALTABLE. (check-in: [8c73d54fd1] user: drh branch: trunk, size: 15406) | |
2024-07-30
| ||
17:09 | [bafa4c0b67] part of check-in [e0d9670dd9] Get rid of "-encoding binary" across all test cases, as that is no longer supported in Tcl9. Use "-translation binary" instead. (check-in: [e0d9670dd9] user: drh branch: tcl9, size: 15233) | |
2024-05-27
| ||
11:35 | [6a49440bdd] part of check-in [0fd958fa9b] Fix a possible buffer overwrite in the ".import" command. forum post 0c447f0548. (check-in: [0fd958fa9b] user: dan branch: trunk, size: 15250) | |
2024-03-11
| ||
19:33 | [5b2ab1c054] part of check-in [6eae4547d4] Update mdevtest and sdevtest to do shell builds in parallel. And only if one or more of the tcl scripts run requires it. (check-in: [6eae4547d4] user: dan branch: trunk, size: 14954) | |
11:24 | [263bfd6a49] part of check-in [95a9c88b25] Fix the ".import" command in the CLI so that it works correctly with tables that contain computed columns. forum post ca014d7358. (check-in: [95a9c88b25] user: drh branch: trunk, size: 14934) | |
2023-05-08
| ||
21:35 | [ec82248dda] part of check-in [00d0d5b105] WIP, sync with trunk to pickup 22 weeks of shell library enhancements. (check-in: [00d0d5b105] user: larrybr branch: cli_extension, size: 14380) | |
2022-05-09
| ||
12:29 | [c8b6c54f26] part of check-in [0d3e238019] Simplify .import leak plug and arrange for CLI to be run under valgrind. (check-in: [0d3e238019] user: larrybr branch: import-leak-plug, size: 14547) | |
2022-04-09
| ||
19:39 | [39d2cffb3c] part of check-in [861ab023be] Sync w/trunk, for .import fix. (check-in: [861ab023be] user: larrybr branch: cli_extension, size: 14374) | |
18:51 | [78a7a8516b] part of check-in [21e96600d9] Fix .import bug reported at https://sqlite.org/forum/forumpost/14db09d7e765b819 . zAutoColumn made to deliver characters, not bytes. (check-in: [21e96600d9] user: larrybr branch: trunk, size: 14541) | |
2022-03-18
| ||
16:00 | [04b46462b3] part of check-in [898088008e] Further migration to centralized error reporting (check-in: [898088008e] user: larrybr branch: cli_extension, size: 13669) | |
2022-03-09
| ||
22:16 | [8f4ac4f228] part of check-in [5a1797c225] Sync w/Trunk, finish doc/sh_tweak_changes.md (check-in: [5a1797c225] user: larrybr branch: shell-tweaks, size: 13837) | |
2022-03-07
| ||
19:00 | [21f3d54a0b] part of check-in [1194093a58] Sync with trunk (check-in: [1194093a58] user: larrybr branch: cli_extension, size: 13892) | |
2022-03-06
| ||
23:41 | [0a9920d81f] part of check-in [bf9d127884] For CLI .import, revert to importing into temp or main when given table is found there and no -schema option used. And plug an obscure leak. (check-in: [bf9d127884] user: larrybr branch: trunk, size: 13836) | |
2022-02-23
| ||
10:10 | [839a4489bc] part of check-in [b9b27d74b9] Sync with 3.38 (check-in: [b9b27d74b9] user: larrybr branch: cli_extension, size: 13635) | |
2022-02-17
| ||
14:29 | [2b521446f5] part of check-in [6cace54320] Fix a testing error on Windows that was recently added to shell5.test. (check-in: [6cace54320] user: drh branch: trunk, size: 13580) | |
2022-02-14
| ||
01:12 | [3be444397e] part of check-in [c626cff7f9] CLI's .import column rename made more minimal, and reports renames. (check-in: [c626cff7f9] user: larrybr branch: auto-column, size: 13571) | |
2022-02-12
| ||
10:48 | [1be5454b83] part of check-in [689137e1b5] Fix auto-column bug noted by post https://sqlite.org/forum/forumpost/d102c15d63 (check-in: [689137e1b5] user: larrybr branch: auto-column, size: 13415) | |
2022-02-11
| ||
13:40 | [c164da8b5e] part of check-in [8b6ca9304b] Upon .import column renaming, issue message saying so. Test this. (check-in: [8b6ca9304b] user: larrybr branch: auto-column, size: 13024) | |
2022-01-17
| ||
03:25 | [84edcdd175] part of check-in [e38f45cdc5] Bring .import --schema enhancement in. Refine mkshellc include logic. (check-in: [e38f45cdc5] user: larrybr branch: cli_extension, size: 12484) | |
2022-01-13
| ||
21:22 | [b85069bfcf] part of check-in [38d9dbca16] Add --schema S option to .import (check-in: [38d9dbca16] user: larrybr branch: trunk, size: 12429) | |
2021-12-09
| ||
04:45 | [596342db4a] part of check-in [6956e98908] Closer to passing all Tcl tests (with an odd failure) (check-in: [6956e98908] user: larrybr branch: cli_extension, size: 12267) | |
2021-10-28
| ||
19:49 | [6e4aa0e531] part of check-in [3aadbe17ed] Fix .import -skip issue reported at https://sqlite.org/forum/forumpost/4c0816c24fc9d16f?t=h (check-in: [3aadbe17ed] user: larrybr branch: trunk, size: 12212) | |
2020-03-09
| ||
15:39 | [84a30b5572] part of check-in [cab1834cfc] Enhancements to the ".import" command of the CLI. (check-in: [cab1834cfc] user: drh branch: trunk, size: 11930) | |
2017-07-15
| ||
13:49 | [23939a4c51] part of check-in [47cf83a068] Minor change to one of the command-line shell test scripts to make that script compatible with Tcl 8.5. (check-in: [47cf83a068] user: drh branch: branch-3.20, size: 12017) | |
2017-06-26
| ||
18:42 | [0d973866d0] part of check-in [7c15d762d9] The ".import" command of the shell, and the csv virtual table extension both ignore a single UTF-8 BOM at the beginning of their input. (check-in: [7c15d762d9] user: drh branch: trunk, size: 11992) | |
2016-03-15
| ||
09:55 | [50a732c1c2] part of check-in [051c61ebae] Fix the shellN.test test scripts so that they work with the --testdir option. (check-in: [051c61ebae] user: dan branch: trunk, size: 11257) | |
2015-02-12
| ||
22:45 | [c04e9f9f94] part of check-in [9c5bcad1f7] For the shell '.import' command, make sure the last column value present is considered before NULL filling any missing ones. (check-in: [9c5bcad1f7] user: mistachkin branch: trunk, size: 11388) | |
2015-01-09
| ||
00:38 | [81aba4793f] part of check-in [e1518a9478] Add the "ascii" mode to the command-line shell. (check-in: [e1518a9478] user: drh branch: trunk, size: 10776) | |
2014-12-11
| ||
03:12 | [d17a02d232] part of check-in [66a28f7aba] Simplify and cleanup the implementation of the new ASCII mode for the shell. (check-in: [66a28f7aba] user: mistachkin branch: asciiMode, size: 10801) | |
2014-07-24
| ||
22:13 | [7dbc03751c] part of check-in [8dc0cdf652] Merge updates from trunk. (check-in: [8dc0cdf652] user: mistachkin branch: asciiMode, size: 10821) | |
12:09 | [15a419cc1d] part of check-in [16c8ce10e1] In the command-line shell, in CSV output mode, terminate rows with CRNL but do not expand NL characters in data into CRNL. Provide the extra -newline command-line option and the extra argument to .separator to designate an alternative newline character sequence for CSV output. (check-in: [16c8ce10e1] user: drh branch: trunk, size: 9875) | |
2014-07-19
| ||
20:15 | [3c9264ddf1] part of check-in [7fe601ead0] Add new ASCII mode to the shell capable of importing and exporting using the official unit and record separators (i.e. 0x1F and 0x1E, respectively). (check-in: [7fe601ead0] user: mistachkin branch: asciiMode, size: 10715) | |
2014-06-16
| ||
22:45 | [ef0c52952a] part of check-in [fc918f7d33] Fix CSV import issue, reported via the mailing list, in the shell when the file to be imported ends with an empty line. (check-in: [fc918f7d33] user: mistachkin branch: trunk, size: 9769) | |
2014-05-29
| ||
12:36 | [6b1a53c49a] part of check-in [48dce821a0] Improvements to error messages for errors in the dot-commands of the command-line shell. Add the ".once" command. The output of ".help" now goes to the designated output channel. (check-in: [48dce821a0] user: drh branch: trunk, size: 9518) | |
2014-05-26
| ||
18:27 | [fa5583230c] part of check-in [856d44a206] Fix a problem in the shell when importing CSV files. If the leftmost field of the first row in the CSV file was both zero bytes in size and unquoted, no data was imported. (check-in: [856d44a206] user: dan branch: trunk, size: 9791) | |
2014-02-26
| ||
13:53 | [bb755ea914] part of check-in [9c2e7612cd] In the command-line shell for CSV import, if the lines are \r\n terminated and the last field is blank, make sure an empty string and not a "\r" string is imported. (check-in: [9c2e7612cd] user: drh branch: trunk, size: 8780) | |
2013-12-11
| ||
14:00 | [cee83b4385] part of check-in [5e239ecda0] Fix a bug in the shell ".import" command: Do not end the field when an escaped double-quote occurs at the end of a CRNL line. (check-in: [5e239ecda0] user: drh branch: trunk, size: 8343) | |
2013-09-13
| ||
23:26 | [46c8c18d62] part of check-in [650b32825a] Fix test issues for Windows portability. (check-in: [650b32825a] user: mistachkin branch: trunk, size: 7787) | |
2013-08-28
| ||
13:33 | [bfa21ecc17] part of check-in [b5617e4fda] Fix an off-by-one error that causes a quoted empty string at the end of a CRNL-terminated line of CSV input to be misread by the shell. (check-in: [b5617e4fda] user: drh branch: trunk, size: 7800) | |
11:57 | [174a2a3df7] part of check-in [3df56e8491] Add a test case for empty quoted field in CSV import in the shell. (check-in: [3df56e8491] user: drh branch: trunk, size: 7796) | |
2013-06-27
| ||
14:07 | [946e620a41] part of check-in [4c02b344f5] If the filename argument to the ".import" command in the command-line shell begins with '|' then treat it as an input pipe rather than a file. (check-in: [4c02b344f5] user: drh branch: trunk, size: 7063) | |
2013-06-26
| ||
22:46 | [0fed7823d5] part of check-in [93f632152e] Update the ".import" command of the command-line shell so that it can accept field values that span multiple lines and so that it issues error messages if the input text does not strictly conform to RFC4180. (check-in: [93f632152e] user: drh branch: trunk, size: 6698) | |
2012-04-24
| ||
12:46 | Renamed and modified tool/shell5.test → test/shell5.test. [fa2188bbb1] part of check-in [9fb7da6904] Move the shell test scripts into the test/ subfolder so that they are run automatically by "make test". (check-in: [9fb7da6904] user: drh branch: trunk, size: 6681) | |