SQLite

All files named ”test/shell3.test”
Login

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

History for test/shell3.test

2025-03-27
14:32
[603b448e91] part of check-in [f96a5346e3] In Tcl, always use eq/ne for comparing strings, not ==/!= (check-in: [f96a5346e3] user: jan.nijtmans branch: cygwin-fixes, size: 3700)
2024-06-04
15:07
[db1953a8e5] part of check-in [e84f09d469] Fix a couple of memory leaks in the shell tool code that could occur when processing errors. (check-in: [e84f09d469] user: dan branch: trunk, size: 3698)
2024-03-11
19:33
[5ad4b28137] 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: 3542)
2023-05-11
17:04
[5dc710deed] 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: 4199)
2023-05-08
21:35
[9dd38fe5d9] 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: 4193)
2022-05-09
12:29
[91febeac04] 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: 3522)
2022-04-11
23:01
[e12fb76031] part of check-in [1a117b0388] Fix CLI mishandling of SQL "execute" tokens, go and / (check-in: [1a117b0388] user: larrybr branch: cli_extension, size: 4187)
2022-02-15
17:04
[4ddea2bd18] part of check-in [2b4a295c58] Sync with trunk (check-in: [2b4a295c58] user: larrybr branch: shell-tweaks, size: 3568)
2022-02-08
12:13
[a50628ab1d] 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: 3516)
11:52
[4d8658a6b3] part of check-in [ae3e322a02] Improved error message formatting in the shell. Distinguish between "Parse errors" and "Runtime errors". (check-in: [ae3e322a02] user: drh branch: trunk, size: 3524)
2022-02-03
20:57
[c073c2adda] part of check-in [a1581118b0] Scripting and .parameter enhancements most in; all in working (check-in: [a1581118b0] user: larrybr branch: shell-tweaks, size: 3525)
2022-01-30
01:21
[3fed756f9e] part of check-in [5ed528e27b] Enhance shell parser for multi-line dot-commands (check-in: [5ed528e27b] user: larrybr branch: shell-tweaks, size: 3523)
2021-10-26
16:57
[cb4b835a90] part of check-in [7f87a29868] Add phase and error number to CLI error messages. (check-in: [7f87a29868] user: larrybr branch: detail_cli_errors, size: 3531)
2021-09-11
02:42
[1586a163e7] part of check-in [15b105c520] CLI prescanner made to match SQLite's rules for delimited identifiers. Tests begun. (check-in: [15b105c520] user: larrybr branch: speedy_cli, size: 3499)
2020-07-29
16:18
[b965ab93f5] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 2850)
2018-01-10
00:40
[ac8c2b7440] part of check-in [36b89d728f] Compute the correct column name even if the column identifier is the very last token in the SQL statement. This fixes a problem introduced by check-in [0fdf97efe5df745510c6b] and reported by the community during beta-testing. (check-in: [36b89d728f] user: drh branch: trunk, size: 2848)
2016-11-11
14:54
[9b95ba643e] part of check-in [f98c8ac8c4] Back out the "--raw" option on ".read" in the command-line shell. Instead, fix the command-line shell so that if EOF is reached without seeing a final semicolon, it goes ahead and passes the accumulated SQL text to SQLite. (check-in: [f98c8ac8c4] user: drh branch: trunk, size: 2868)
2016-03-26
15:36
[da513d522e] 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: 2857)
2016-03-25
20:10
[1448cb715b] part of check-in [a7c080a90a] Do not run the shell3.test module under mingw because of mingw's dodgy command-line parsing. (check-in: [a7c080a90a] user: drh branch: trunk, size: 2564)
2016-03-15
09:55
[c39453d301] 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: 2379)
2013-09-13
23:26
[5e8545ec72] part of check-in [650b32825a] Fix test issues for Windows portability. (check-in: [650b32825a] user: mistachkin branch: trunk, size: 2510)
2012-04-24
12:46
Renamed and modified tool/shell3.test → test/shell3.test. [9196c42772] 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: 2524)