Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/shell4.test
2025-03-11
| ||
15:46 | [ad7eee983b] 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: 4118) | |
2024-03-11
| ||
19:33 | [522fdc628c] 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: 4101) | |
2024-01-12
| ||
11:44 | [947029e5a9] part of check-in [f47a5f4e0c] Have the shell tool automatically enable SQLITE_CONFIG_DQS_DDL when executing a ".dump" script against an empty db. (check-in: [f47a5f4e0c] user: dan branch: trunk, size: 4081) | |
2023-05-08
| ||
21:35 | [8116d7b9db] 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: 4176) | |
2022-11-28
| ||
02:28 | [9abd0c12a7] part of check-in [31546ea320] Conform CLI .trace arg handling to its help. (check-in: [31546ea320] user: larrybr branch: trunk, size: 4081) | |
2022-05-09
| ||
12:29 | [7dc8a51570] 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: 3950) | |
2022-03-18
| ||
16:00 | [b232688061] part of check-in [898088008e] Further migration to centralized error reporting (check-in: [898088008e] user: larrybr branch: cli_extension, size: 4000) | |
2022-02-03
| ||
20:57 | [867e0675d7] part of check-in [a1581118b0] Scripting and .parameter enhancements most in; all in working (check-in: [a1581118b0] user: larrybr branch: shell-tweaks, size: 3979) | |
2022-01-30
| ||
01:21 | [823b84d39d] part of check-in [5ed528e27b] Enhance shell parser for multi-line dot-commands (check-in: [5ed528e27b] user: larrybr branch: shell-tweaks, size: 3974) | |
2022-01-24
| ||
14:01 | [8f6c0fce4a] part of check-in [53d4404458] Fix testcase for CLI .read recursion. (check-in: [53d4404458] user: larrybr branch: trunk, size: 3905) | |
07:11 | [d817597bb7] part of check-in [5e70204415] Take CLI input redirect recursion limit from trunk (check-in: [5e70204415] user: larrybr branch: shell-tweaks, size: 3967) | |
06:36 | [8427e08751] part of check-in [7a07393175] Limit CLI input redirect nesting (check-in: [7a07393175] user: larrybr branch: trunk, size: 3905) | |
2021-01-09
| ||
19:10 | [3ed6c4b42f] 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: 3657) | |
2019-02-06
| ||
13:48 | [1c6aef11da] part of check-in [3839e90981] Do not attempt to test the shell ".trace" command in SQLITE_OMIT_TRACE builds. (check-in: [3839e90981] user: dan branch: trunk, size: 3645) | |
2018-12-05
| ||
13:39 | [a6881d0ae2] part of check-in [7da617e97e] Enhance the sqlite3_normalize_sql() interface so that it works even if the prepared statement was not initially compiled using SQLITE_PREPARE_NORMALIZED. Enhance the ".trace" command in the CLI so that it is able to access the full scope of functionality provided by sqlite3_trace_v2() and in particular so that it is able to show normalized SQL output using the newly enhanced sqlite3_normalize_sql() interface. (check-in: [7da617e97e] user: drh branch: trunk, size: 3645) | |
2016-09-07
| ||
10:10 | [89ad573879] part of check-in [d8451fe84d] Fix the ".read" command in the command-line shell so that it understands that the input is not interactive. (check-in: [d8451fe84d] user: drh branch: trunk, size: 3635) | |
2016-03-15
| ||
09:55 | [69995ee1cc] 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: 3239) | |
2016-02-27
| ||
17:12 | [f43e250139] 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: 3370) | |
2015-03-21
| ||
12:22 | [ddf0a99044] part of check-in [e3e2346496] Avoid an integer overflow in fts3 causing gcc 4.7.1 with -O2 to behave counter-intuitively (perhaps because the behaviour is undefined). Add an "ifcapable trace" to a test in shell4.test. (check-in: [e3e2346496] user: dan branch: trunk, size: 3365) | |
2015-03-19
| ||
13:30 | [4cd3bd5020] part of check-in [6a48b5d794] Fix a bug in error handling in the ".trace" command of the command-line shell. (check-in: [6a48b5d794] user: drh branch: trunk, size: 3345) | |
2014-05-29
| ||
12:36 | [8a9c089762] 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: 2735) | |
2012-04-24
| ||
12:46 | Renamed and modified tool/shell4.test → test/shell4.test. [aa4eef8118] 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: 2849) | |