SQLite

All files named ”test/shell1.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/shell1.test

2025-03-28
16:31
[d41257103c] part of check-in [909dd0a02a] Correct two tests in shell1.test which were broken by the addition of new output in [0f11087b8475]. (check-in: [909dd0a02a] user: stephan branch: trunk, size: 38927)
2025-03-27
17:25
[1467ef88c4] part of check-in [99fdd19193] shell1.test: == => eq (check-in: [99fdd19193] user: jan.nijtmans branch: cygwin-fixes, size: 38837)
2025-03-11
15:46
[a00910c3d8] 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: 38827)
2025-02-25
20:36
[573942b8d0] part of check-in [5f2531e068] Fix a test case that was broken when the default --escape type was changed by the previous check-in. (check-in: [5f2531e068] user: drh branch: trunk, size: 38776)
15:57
[9f5ad2c800] part of check-in [e3e509ae14] 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. (check-in: [e3e509ae14] user: drh branch: trunk, size: 38777)
2025-02-24
00:18
[b9e7b85af3] part of check-in [b5adb52fc0] Three different --escape modes: symbol, ascii, off. (check-in: [b5adb52fc0] user: drh branch: unistr, size: 38561)
2025-02-23
20:20
[069ad46cc5] part of check-in [44c44620e8] Work toward VT100-safe output from the CLI by default. (check-in: [44c44620e8] user: drh branch: unistr, size: 38554)
2024-12-16
19:31
[ccb26a0cb1] part of check-in [39bebd50b8] Fix release test errors on winrt. (check-in: [39bebd50b8] user: dan branch: win32-enable-setlk, size: 38761)
2024-10-11
17:02
[5d84e415ad] part of check-in [9b87ea219b] An improved method for statically linking sqlite3_analyzer.exe using Tcl9. Enable wildcard expansion of arguments to testfiture on Windows. (check-in: [9b87ea219b] user: drh branch: trunk, size: 38545)
2024-09-26
01:29
[b02d628494] part of check-in [54c22bc616] Fix shell test cases to account for recent additions to the ".help" output. (check-in: [54c22bc616] user: drh branch: cli-stdlib, size: 38476)
2024-07-31
02:01
[490bf9d0c7] part of check-in [8ee187f98d] Fix a problem with strictly conforming UTF8 in shell1.test. (check-in: [8ee187f98d] user: drh branch: tcl9, size: 38252)
2024-03-11
19:33
[17a5ca9c6f] 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: 38229)
2023-12-03
19:32
[21a66a73bc] part of check-in [62e90c9ba8] Partial hand-merge of shell.c.in (not buildable) (check-in: [62e90c9ba8] user: larrybr branch: cli_extension_wip, size: 37632)
2023-11-23
07:06
[c7127a5e78] part of check-in [2ab256bc0b] Fix output redirect bug reported in the forum. (check-in: [2ab256bc0b] user: larrybr branch: branch-3.44, size: 38209)
2023-11-19
17:33
[0bb3623287] part of check-in [aaa73400c4] Fix test 5.0 in shell1.test for Windows. (A double-quote wrapped single-quote needs no further treatment to be recognized as a single single-quote.) (check-in: [aaa73400c4] user: larrybr branch: branch-3.44, size: 38158)
2023-10-23
02:01
[2191c892d8] part of check-in [0db82b4281] Fix the shell1.test test so to align with the new behavior imposed by [bce807cd48763273] - that backslash escapes only work without quoted arguments in dot-commands of the CLI. (check-in: [0db82b4281] user: drh branch: trunk, size: 38166)
2023-05-11
17:04
[cac1fd2d68] part of check-in [0f55868e2c] For CLI: Cure an old leak and one segfault. Get all shell tests to pass (by altering expected error output in some cases.) Ready now for full use of CLI resource manager. (check-in: [0f55868e2c] user: larrybr branch: cli_extension, size: 37632)
2023-05-08
21:35
[62896b0179] 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: 37576)
2023-05-02
19:33
[300b77328a] part of check-in [90e434a6ae] Give CLI quoted args hex escapes (as documented.) (check-in: [90e434a6ae] user: larrybr branch: cli-hex-escape, size: 38158)
2023-03-10
20:54
[291c5c4b31] part of check-in [0822788752] Give CLI a no-more-options option. (--) (check-in: [0822788752] user: larrybr branch: trunk, size: 38001)
2022-12-23
19:04
[ab88e76385] part of check-in [4bc98a2d95] Add base64() and base85() text/blob conversions to the CLI. (check-in: [4bc98a2d95] user: larrybr branch: trunk, size: 37767)
2022-05-10
14:55
[eb2a7b768a] part of check-in [35cef458ca] For CLI, add ".echo sql" dot-command. (check-in: [35cef458ca] user: larrybr branch: echo-sql, size: 37422)
2022-05-09
12:29
[e4b4de56f4] 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: 37420)
2022-04-24
20:00
[87fed4b2fb] part of check-in [60e85c7e71] Get CLI conformed to revised doc for it, and take recent fixes. (check-in: [60e85c7e71] user: larrybr branch: cli_extension, size: 36832)
2022-04-20
22:41
[f7a2ef8260] part of check-in [77aed89192] For CLI, fix how columnar mode fills in empty portions of wrapped row outputs. (check-in: [77aed89192] user: larrybr branch: trunk, size: 37414)
2022-04-06
16:19
[9401659c4f] part of check-in [45736d46cd] Add sqlite3x build target. Cure CLI build warning. Tweak CLI test. (check-in: [45736d46cd] user: larrybr branch: cli_extension, size: 36116)
2022-03-18
16:00
[f78eb024b6] part of check-in [898088008e] Further migration to centralized error reporting (check-in: [898088008e] user: larrybr branch: cli_extension, size: 36114)
2022-02-25
00:09
[2a8d73538f] part of check-in [4c7d94d3f3] Merge shell-tweaks enhancements (with 3.38) (check-in: [4c7d94d3f3] user: larrybr branch: cli_extension, size: 36085)
2022-02-24
04:29
[e05b84687a] part of check-in [6d0557244f] Regularize CLI .mode processing (check-in: [6d0557244f] user: larrybr branch: cli_extension, size: 36116)
2022-02-23
10:10
[8ff9d76843] part of check-in [b9b27d74b9] Sync with 3.38 (check-in: [b9b27d74b9] user: larrybr branch: cli_extension, size: 36293)
2022-02-11
01:21
[b224e0793c] part of check-in [2da1f8e45e] CLI auto-column rename revamped after forum discussion. (check-in: [2da1f8e45e] user: larrybr branch: auto-column, size: 36698)
2022-02-08
12:13
[ce2f66ba87] part of check-in [b471601892] Do not show the error code number of CLI error messages unless the error is something other than 1 (SQLITE_ERROR). (check-in: [b471601892] user: drh branch: trunk, size: 36687)
2022-02-01
02:50
[1859ba2162] part of check-in [10dbc27870] Add "--wordwrap on/off" option for CLI columnar modes, qwbox shortcut (check-in: [10dbc27870] user: larrybr branch: trunk, size: 36719)
2022-01-31
14:14
[ce2f370886] part of check-in [539cef5214] CLI: Enhancements to columnar output modes. (See [forum/forumpost/5b53cd851f66441f9|forum post 5b53cd851] for discussion.) New output mode "qbox". New output options "--quote" and "--wrap N". (check-in: [539cef5214] user: drh branch: trunk, size: 36695)
2022-01-17
03:53
[4350026b45] part of check-in [e09a6dd7b9] Merge from trunk, w/adapations. (.ar still broken) (check-in: [e09a6dd7b9] user: larrybr branch: cli_extension, size: 36296)
2022-01-03
19:33
[70f46b5d07] part of check-in [ef4dcd1080] Test .mode quote blob output (check-in: [ef4dcd1080] user: larrybr branch: trunk, size: 37128)
2022-01-02
00:16
[a531d4f08e] part of check-in [f628c3afd0] Bring in trunk shell mods. (check-in: [f628c3afd0] user: larrybr branch: cli_extension, size: 36118)
2021-12-29
13:32
[e6c8fb4b71] part of check-in [d4870c0889] Minor changes to shell1.test test results to account for the new feature of the shell that points to the specific part of the input line where the error occurs. (check-in: [d4870c0889] user: drh branch: trunk, size: 36981)
2021-12-10
18:11
[022db2884d] part of check-in [653db501b4] Almost all shell tests except shell8.test pass. (a WIP) (check-in: [653db501b4] user: larrybr branch: cli_extension, size: 36114)
2021-12-09
04:45
[f7cf041033] part of check-in [6956e98908] Closer to passing all Tcl tests (with an odd failure) (check-in: [6956e98908] user: larrybr branch: cli_extension, size: 36193)
2021-10-26
16:57
[c354008b27] part of check-in [7f87a29868] Add phase and error number to CLI error messages. (check-in: [7f87a29868] user: larrybr branch: detail_cli_errors, size: 36977)
2021-10-03
22:03
[d014dc1587] part of check-in [be211a9c59] In CLI, ensure correct line-accumulation state whenever line(s) are dumped or processed. And test this. (check-in: [be211a9c59] user: larrybr branch: trunk, size: 36945)
2021-01-09
19:10
[56a7358a2a] part of check-in [49dfce469e] New CLI command: ".stats vmstep" enables the display of the virtual-machine step count only, after each command. Useful for optimization problems. (check-in: [49dfce469e] user: drh branch: trunk, size: 36505)
2020-11-25
14:50
[0ba53c7254] part of check-in [9bd15b07e5] Fix the shell1.test test script so that it works on windows. (check-in: [9bd15b07e5] user: drh branch: trunk, size: 36481)
13:59
[420425dad1] part of check-in [a29f54bd2c] Change the -init option to the command-line shell to honor the -bail option. Also change it to report an error if the filename mentioned cannot be opened. (check-in: [a29f54bd2c] user: drh branch: trunk, size: 36465)
2020-10-12
14:56
[161353b1d5] part of check-in [b72ee69453] Add the --nosys option to the .schema command in the CLI. (check-in: [b72ee69453] user: drh branch: trunk, size: 36404)
2020-08-11
18:17
[1305efc92f] part of check-in [bc1590f32f] New test cases for the use of the ieee754 and decimal extensions in the CLI. (check-in: [bc1590f32f] user: drh branch: trunk, size: 36394)
2020-06-05
00:54
[a1cf47c5e1] part of check-in [2827c0a186] Always use ?...? to indicate optional arguments in the output of ".help" in the CLI. Change ".mode column" so that it automatically activates ".headers on" if headers have not been previously turned on or off. (check-in: [2827c0a186] user: drh branch: trunk, size: 34409)
2020-06-04
18:05
[fabf21eea2] part of check-in [6da784c9e1] Add support for "box" mode in the CLI: Like "table" except that it uses unicode box-drawing characters instead of ascii-art. (check-in: [6da784c9e1] user: drh branch: trunk, size: 34383)
2020-05-28
23:49
[1c4713ccec] part of check-in [14f55fafec] Progress toward adding new output modes to the CLI: json, table, and markdown. (check-in: [14f55fafec] user: drh branch: trunk, size: 34359)
2020-04-20
16:21
[5bd10014ec] part of check-in [698d40db58] Enhance the ".filectrl" command in the CLI to support the --schema option. (check-in: [698d40db58] user: drh branch: trunk, size: 34239)
2020-03-25
12:50
[1796b7f76d] part of check-in [45fba3d705] Enhance the ".dump" command in the CLI so that it accepts multiple LIKE pattern arguments and shows the union of all matching tables. (check-in: [45fba3d705] user: drh branch: trunk, size: 33485)
2020-03-09
15:39
[43e12c7d4f] part of check-in [cab1834cfc] Enhancements to the ".import" command of the CLI. (check-in: [cab1834cfc] user: drh branch: trunk, size: 33430)
2019-04-12
16:25
[3c9707dce1] part of check-in [7b771405a9] Test case changes so that they work with both Tcl8.6 and Tcl8.7. (check-in: [7b771405a9] user: drh branch: trunk, size: 33510)
2018-12-10
00:41
[0378c4e9e8] part of check-in [9748d7995b] Fix the shell1.test test for the new format of the .backup command. (check-in: [9748d7995b] user: drh branch: vacuum-into, size: 33395)
2018-09-26
16:53
[d2bf5daeb6] part of check-in [209afb8d06] Begin revamping the ".help" command in the command-line shell so that it can accept an argument and will do a search for commands that match that argument. (check-in: [209afb8d06] user: drh branch: trunk, size: 33396)
2018-06-07
15:23
[707c03fbd0] part of check-in [bb87c054b1] Avoid using a prepared statement for ".stats on" after it has been closed by the ".eqp full" logic. Fix for ticket [7be932dfa60a8a6b3b26bcf76]. (check-in: [bb87c054b1] user: drh branch: trunk, size: 33398)
2018-05-14
00:23
[50154b0c47] part of check-in [0dfdbdee52] Add the --append option to the ".backup" command in the CLI. (check-in: [0dfdbdee52] user: drh branch: trunk, size: 33081)
2018-03-24
15:08
[e2f7d375ae] part of check-in [2e06906e09] Fix a test script problem causing shell1.test to fail with -DSQLITE_OMIT_VIRTUAL_TABLE builds. (check-in: [2e06906e09] user: dan branch: trunk, size: 33071)
2018-03-23
14:24
[7c55993f26] part of check-in [98e3f5247a] Enhance .schema in shell to enable matching patterns with literal underscores. (check-in: [98e3f5247a] user: mistachkin branch: trunk, size: 32971)
2018-01-10
23:27
[9f8b8da05a] part of check-in [fbf5e43c07] Update test cases for the new "usage" for .output. (check-in: [fbf5e43c07] user: drh branch: excel-shell-cmd, size: 31841)
2018-01-01
21:49
[6d69e08039] part of check-in [d64b14e37d] Improved name quoting and escaping in the auxiliary column info section of the ".schema" output for views and virtual tables. (check-in: [d64b14e37d] user: drh branch: trunk, size: 31825)
21:28
[3f23fe267f] part of check-in [2234a87fa9] In the output of ".schema", show the column names of virtual tables and views in a separate comment. (check-in: [2234a87fa9] user: drh branch: trunk, size: 31833)
2017-07-10
18:04
[f78ea0e263] part of check-in [bde431b1e3] Add the "--newlines" option to the ".dump" command in the shell to disable the newline escaping mechanism. (check-in: [bde431b1e3] user: drh branch: trunk, size: 31797)
2017-06-29
21:33
[76ae80ab24] part of check-in [5e3f9ea5c4] In the command-line shell, add the -quote option to start up in quote mode. Enhance the ".mode" command so that it reports the current output mode if given no arguments. (check-in: [5e3f9ea5c4] user: drh branch: trunk, size: 31784)
2017-06-24
19:21
[65f55c120a] part of check-in [c8186874b3] Disable shell tests for the .schema command if virtual tables are not available. (check-in: [c8186874b3] user: drh branch: trunk, size: 31842)
2017-03-25
18:31
[50226a3a66] part of check-in [55df410b2c] Do not run tests for ".dump --preserve-rowids" when testing SQLITE_OMIT_VIRTUALTABLE builds. (check-in: [55df410b2c] user: dan branch: trunk, size: 31823)
2017-03-08
12:25
[bc1ca4161e] part of check-in [de65f90761] In the CLI, avoid unnecessary identifier quoting in the ".dump" output. Also add new ".dump" test cases. (check-in: [de65f90761] user: drh branch: trunk, size: 31405)
11:44
[5df739ee2f] part of check-in [c60aee2471] Add the --preserve-rowids option to the ".dump" command in the CLI. (check-in: [c60aee2471] user: drh branch: trunk, size: 29159)
2016-12-27
02:43
[52ac23a345] part of check-in [382eea36c5] Minor changes to make some newer test cases work under more compile-time options. (check-in: [382eea36c5] user: drh branch: trunk, size: 27799)
2016-11-23
23:18
[8ff47a4821] part of check-in [9a603a18ef] Fix the error message for invalid ".mode" arguments in the command-line shell, so that it mentions the new "quote" mode. (check-in: [9a603a18ef] user: drh branch: trunk, size: 27780)
2016-07-29
04:12
[65b10cd8a9] part of check-in [544c990afd] For test 'shell1-5.0', disable round-trip testing for characters in the range 0xE0 to 0xEF on Linux, due to intermittent shell portability issues. (check-in: [544c990afd] user: mistachkin branch: trunk, size: 27738)
2016-07-25
14:20
[77896b65f1] part of check-in [9e7bedeee4] Changes to test scripts to get them all running on OpenBSD. (check-in: [9e7bedeee4] user: drh branch: trunk, size: 27668)
2016-05-16
11:55
[c90b0415ce] part of check-in [386bcbba8e] Disable shell.exe test cases for UTF8 filenames as they do not work on MinGW. (check-in: [386bcbba8e] user: drh branch: trunk, size: 27608)
2016-04-13
15:33
[023657b3f8] part of check-in [83cfe82cd6] Add the --indent option to the .schema and .fullschema commands in the shell, to enable simple but effective pretty-printing. (check-in: [83cfe82cd6] user: drh branch: trunk, size: 27558)
2016-04-04
17:59
[b3df199cef] part of check-in [cefd36ff7b] Improve error messages from the 'shell1-5.0' test. (check-in: [cefd36ff7b] user: mistachkin branch: trunk, size: 27547)
15:47
[a216486c6a] part of check-in [f4cbd18db4] Add and enhance the new tests. (check-in: [f4cbd18db4] user: mistachkin branch: altShellFix, size: 27413)
02:33
[b110f092f6] part of check-in [b36dfdff78] Refinements to the previous check-in. (check-in: [b36dfdff78] user: mistachkin branch: altShellFix, size: 26978)
02:16
[95b172b385] part of check-in [74183a5f80] Experimental changes to the command line shell to make it work better with Unicode on Windows. (check-in: [74183a5f80] user: mistachkin branch: altShellFix, size: 26970)
2016-03-26
15:36
[dff5b20ad9] part of check-in [8213c2f581] More changes to the shellN.test scripts to get them working on all variations of Windows. (check-in: [8213c2f581] user: drh branch: trunk, size: 26411)
14:41
[d36a68f0d5] part of check-in [3bd499d3bd] Remove the catchcmd_collapse_space procedure in tester.tcl - no longer needed. (check-in: [3bd499d3bd] user: drh branch: trunk, size: 26411)
13:26
[25de3bf73c] part of check-in [219a251e18] Update shell1.test tests to deal with backslash escaping in TCL on Windows-style pathnames. (check-in: [219a251e18] user: drh branch: trunk, size: 26441)
2016-03-25
17:09
[12d1774936] part of check-in [93caabb660] Add the catchcmd_collapse_space command and use it to help make shell testing more robust against TCL space escapes. (check-in: [93caabb660] user: drh branch: trunk, size: 26427)
2016-03-24
20:55
[94538224ee] part of check-in [817e93f42c] Make test cases in shell1.test robust against TCL deciding to quote strings using lots of backslashes. (check-in: [817e93f42c] user: drh branch: trunk, size: 26501)
2016-03-15
09:55
[e7dac9830b] 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: 26401)
2016-02-27
17:12
[a45b424ec2] part of check-in [3c36948f16] Enhance the ".stats" command in sqlite3.exe to show one-time stats information if invoked with one argument. Also show /proc/PID/io information if run on Linux. (check-in: [3c36948f16] user: drh branch: trunk, size: 26532)
2015-04-07
21:17
[ce5e744870] part of check-in [d176c9fa4c] Correct typo in new test numbering. (check-in: [d176c9fa4c] user: mistachkin branch: expShell, size: 26527)
21:16
[9520d19c70] part of check-in [6e504cd00b] Enhance the shell export to support emitting column names in 'insert' mode when headers are enabled. (check-in: [6e504cd00b] user: mistachkin branch: expShell, size: 26527)
2015-02-27
19:40
[0860b92352] part of check-in [acf7684323] Merge updates from trunk. (check-in: [acf7684323] user: mistachkin branch: expShell, size: 25140)
2015-02-06
14:51
[ca88b14a8f] part of check-in [0f65a7e2e0] Change the name of ".info" to ".dbinfo" and add an optional second argument which is the ATTACH-ed DB about which information is provided. Provide ".indexes" as an alternative name to the legacy ".indices" command. (check-in: [0f65a7e2e0] user: drh branch: trunk, size: 23030)
2015-01-19
21:27
[a80eda2760] part of check-in [913c41b2cd] Improve precision of the new test case by removing a superfluous carriage-return from the shell command input. (check-in: [913c41b2cd] user: mistachkin branch: expShell, size: 25064)
21:11
[b6fb0b9657] part of check-in [4ec2aeadf9] Add comments and improve the new test case. (check-in: [4ec2aeadf9] user: mistachkin branch: expShell, size: 25066)
2015-01-18
09:02
[6f7613e961] part of check-in [f362c5d9d1] Modify the new shell test case to work on non-Windows platforms as well. (check-in: [f362c5d9d1] user: mistachkin branch: expShell, size: 24051)
05:35
[4c16272bc9] part of check-in [25e99f3fe5] Some experimental command line shell input/output enhancements. (check-in: [25e99f3fe5] user: mistachkin branch: expShell, size: 24027)
2014-12-11
03:12
[cdeb849acc] 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: 22954)
02:28
[0d2cece602] part of check-in [5b5d3e4d0d] Merge updates from trunk. (check-in: [5b5d3e4d0d] user: mistachkin branch: asciiMode, size: 23752)
2014-11-28
13:35
[ab6025d941] part of check-in [24fa2e9832] Remove the ill-designed "-end" option from the command-line shell. Instead, allow multiple SQL or dot-commands as command-line arguments. Any -cmd commands are processed first, followed by other command-line arguments, for backwards compatibility. (check-in: [24fa2e9832] user: drh branch: trunk, size: 22813)
2014-07-24
22:33
[1c0b7a79b1] part of check-in [b84008cb96] Update a shell test case. (check-in: [b84008cb96] user: mistachkin branch: asciiMode, size: 23761)
22:13
[d13ff516e3] part of check-in [8dc0cdf652] Merge updates from trunk. (check-in: [8dc0cdf652] user: mistachkin branch: asciiMode, size: 23725)
12:09
[d60946b5fd] 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: 22822)
2014-07-19
20:15
[4e4f8e6be1] 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: 23619)
2014-05-29
12:36
[fb080d67c8] 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: 22716)
2014-02-11
16:22
[f2a1d471e5] part of check-in [f5ad1e1bf2] Updates to the command-line shell. Simplify the banner message. Add the ".save" command as an alias for ".backup". When starting with no arguments, include a banner message warning that the database is transient and in-memory and mention the ".open" command. (check-in: [f5ad1e1bf2] user: drh branch: trunk, size: 25181)
2013-09-13
23:26
[e7c0b9ebda] part of check-in [650b32825a] Fix test issues for Windows portability. (check-in: [650b32825a] user: mistachkin branch: trunk, size: 25172)
2013-09-04
16:08
[474ed53bb4] part of check-in [d8fdc78218] Fix a bug in the command-line shell for ".mode insert" on UTF16 databases with BLOB values. (check-in: [d8fdc78218] user: drh branch: trunk, size: 25179)
2013-06-27
13:26
[928547277d] part of check-in [656a1fe5dd] Improved handling of backslash escapes on double-quoted arguments to dot-commands in the command-line shell. (check-in: [656a1fe5dd] user: drh branch: trunk, size: 24904)
2013-06-26
22:46
[338f51e6ff] 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: 24584)
2013-01-28
18:18
[4a2f579527] part of check-in [b4d94947fc] Cause the command-line shell to issue an error message if you give something that does not look like a boolean value to a dot-command that wants a boolean argument. (check-in: [b4d94947fc] user: drh branch: trunk, size: 24581)
2013-01-25
18:33
[b9b45c3591] part of check-in [8ba951d1b7] Enhance the command-line shell so that adding a non-zero numeric argument to the ".exit" command causes an immediate exit without cleaning up. This can be used (for example) to cause journal files to be left behind. (check-in: [8ba951d1b7] user: drh branch: trunk, size: 24530)
2013-01-23
18:53
[392a265895] part of check-in [f1127e87b9] Improved parsing of the arguments to the ".backup" command in the command-line shell. (check-in: [f1127e87b9] user: drh branch: trunk, size: 24694)
2012-12-04
00:23
[b7896eb840] part of check-in [41fd9dd290] Improvements to the 'tcl' shell output mode. Escape double quotes, set separator to space when mode is set, and skip separator after final column. (check-in: [41fd9dd290] user: mistachkin branch: tclMode, size: 24785)
2012-10-25
15:23
[340125225c] part of check-in [317c80cba3] Improvements to the command-line argument parsing in the command-line shell. Command-line options can now occur either before or after the database name and first command and are still accepted and processed. Command-line options are processed even if no database name is given (and :memory: is assumed). (check-in: [317c80cba3] user: drh branch: trunk, size: 23751)
2012-09-21
13:40
[2723841634] part of check-in [a1d8269da3] Command-line shell enhancements: Added the ".print" command. Enhanced the ".width" command so that negative widths will right-justify. (check-in: [a1d8269da3] user: drh branch: trunk, size: 23769)
2012-05-22
19:25
[9895ee3013] part of check-in [1dd01e4081] Use the new test suite helper procedure 'get_pwd' to query the current directory from tests. (check-in: [1dd01e4081] user: mistachkin branch: winrt, size: 23275)
2012-05-21
22:45
[6e3013bc50] part of check-in [5519cc5ef4] Increase the version number to 3.7.12.1. Minor changes to test scripts. (check-in: [5519cc5ef4] user: drh branch: trunk, size: 23271)
03:15
[cb78ef3222] part of check-in [e092ff69e2] Change the ".schema" command of the shell to output VIEWs in declared order, rather than alphabetical order, so that nested views will appear in the correct order. Fix for ticket [cfe84e86839e59e8]. (check-in: [e092ff69e2] user: drh branch: trunk, size: 23289)
2012-05-20
20:14
[e3228ec909] part of check-in [0c0a03987c] Check-in included unrelated debugging code by mistake. Was: Fix a test case in the shell1.test script so that it works even for very long pathnames. (check-in: [0c0a03987c] user: drh branch: mistake, size: 22928)
2012-05-12
01:14
[cd9f846702] part of check-in [93061c6e06] Use the regexp result option for a test case in shell1.test. (check-in: [93061c6e06] user: drh branch: trunk, size: 22893)
2012-04-24
13:14
[7dcd612b00] part of check-in [dfce856976] New test cases for the ".dump" and ".mode insert" commands of the shell. (check-in: [dfce856976] user: drh branch: trunk, size: 22909)
12:46
Renamed and modified tool/shell1.test → test/shell1.test. [6d5a331713] 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: 22198)