SQLite

All files named ”test/vtabH.test”
Login

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

History for test/vtabH.test

2025-03-27
14:32
[a9417d9211] 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: 6944)
2024-07-31
15:04
[8e338acba3] part of check-in [4f065fb638] Remove obsolete testfixture TCL commands formerly required by Windows but now handled by Tcl itself. Update tests case accordingly. (check-in: [4f065fb638] user: drh branch: tcl9, size: 6940)
2019-08-13
17:56
[2efb5a24b0] part of check-in [408144a183] Update test cases so that they work with ICU enabled. (check-in: [408144a183] user: dan branch: trunk, size: 6944)
2019-06-14
12:28
[e65540eed0] part of check-in [b4a9e09e60] Refactor the LIKE optimization decision logic so that it uses sqlite3AtoF() on both boundary keys to determine if the optimization can be used when the LHS is something that might not have TEXT affinity. Ticket [ce8717f0885af975]. See also [c94369cae9b561b1], [b043a54c3de54b28], [fd76310a5e843e07], and [158290c0abafde67]. (check-in: [b4a9e09e60] user: drh branch: trunk, size: 6863)
2017-08-10
17:53
[3cf9aa1c1c] part of check-in [6997e00c32] Test case for writing to a WITHOUT ROWID virtual table. The TCLVAR virtual table is modified to add a "fullname" column which is the primary key, and to accept update operations against the primary key. (check-in: [6997e00c32] user: drh branch: writable-vtab-without-rowid, size: 6372)
2017-06-05
10:31
[26d54e8b54] part of check-in [ead29f9cb7] Omit some of the fstree tests in vtabH if the PWD contains LIKE wildcards. (check-in: [ead29f9cb7] user: drh branch: trunk, size: 6351)
2017-02-10
21:37
[5f9253eb9e] part of check-in [158290c0ab] Enhance the LIKE optimization so that it works for arbitrary expressions on the LHS as long as the pattern on the RHS does not begin with a digit or a minus sign. (check-in: [158290c0ab] user: drh branch: trunk, size: 6257)
2017-01-18
22:19
[a2912cd3ea] part of check-in [b92cc6e58a] Remove superfluous option to Tcl 'lsort' in the vtabH test file. (check-in: [b92cc6e58a] user: mistachkin branch: trunk, size: 6253)
22:16
[a99d22d77e] part of check-in [d3c91c1fb3] Make the vtabH-3.1 test more portable and robust. (check-in: [d3c91c1fb3] user: mistachkin branch: trunk, size: 6265)
2016-08-26
02:10
[97f61b0253] part of check-in [e4aeaa2bc7] Adapt the special case of '$' in item names for test 'vtabH-3.1' as well. (check-in: [e4aeaa2bc7] user: mistachkin branch: trunk, size: 5733)
01:47
[e2d597b61f] part of check-in [328f79bb57] Make the test 'vtabH-3.1' work when there are less than 5 top-level items. (check-in: [328f79bb57] user: mistachkin branch: trunk, size: 5704)
01:17
[c7a029dc54] part of check-in [3680f95ff3] Support running the fstree tests in 'vtabH.test' on Windows when not using the system drive. (check-in: [3680f95ff3] user: mistachkin branch: trunk, size: 5510)
2016-01-08
08:35
[5f5157a150] part of check-in [19c1f4483e] Fix test file vtabH.test so that it works with SQLITE_ENABLE_ICU builds. (check-in: [19c1f4483e] user: dan branch: trunk, size: 4828)
2016-01-05
01:48
[492ba03dcb] part of check-in [ac27f38eef] Permit the 'test_fs' test module to be compiled and used on MinGW. (check-in: [ac27f38eef] user: mistachkin branch: trunk, size: 4792)
2016-01-04
04:44
[7a21f18546] part of check-in [22abe08038] Improved comment on the vtabH-3.1 test. (check-in: [22abe08038] user: drh branch: trunk, size: 5293)
04:41
[0def52cbcf] part of check-in [73e3355004] Adjust the vtabH.test module to ignore files in the root directory of Windows machines that contain the "$" character. (check-in: [73e3355004] user: drh branch: trunk, size: 5163)
2015-12-04
13:44
[f77296bbf5] part of check-in [4ecbc75b46] Remove the dependence on "exec ls -U" from the vtabH.test module, as the -U option to "ls" is not universally available. (check-in: [4ecbc75b46] user: drh branch: trunk, size: 5112)
2015-11-30
23:29
[2803a8773d] part of check-in [f3ffb3aeea] Add experimental support for the 'test_fs' test module on Win32. (check-in: [f3ffb3aeea] user: mistachkin branch: testFsWin32, size: 5099)
2015-11-26
19:33
[186f118d6a] part of check-in [116b206494] Add the "colUsed" field to the sqlite3_index_info structure passed to virtual table xBestIndex methods. To indicate the subset of the virtual table columns that may be required by the current scan. (check-in: [116b206494] user: dan branch: vtab-colused, size: 4377)
2015-11-25
18:07
[2030e7183e] part of check-in [6ef6578c03] Update test_fs.c to include a virtual table that reads a file-system hierarchy. Use it to further test GLOB and LIKE support for virtual tables. (check-in: [6ef6578c03] user: dan branch: trunk, size: 4365)
2015-11-24
17:39
[694aa399eb] part of check-in [c5e9fd0dc9] Add further tests and related fixes for GLOB/REGEXP/LIKE support in virtual tables. (check-in: [c5e9fd0dc9] user: dan branch: vtab-like-operator, size: 2458)
2015-11-23
21:09
Added: [15e137d2af] part of check-in [277a5b4027] Add experimental support for LIKE, GLOB and REGEXP to the virtual table interface. (check-in: [277a5b4027] user: dan branch: vtab-like-operator, size: 1179)