SQLite

All files named ”test/uri.test”
Login

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

History for test/uri.test

2025-04-21
12:56
[234147e5ed] part of check-in [c68d0d3530] Merge the latest trunk enhancements into the wal2 branch. (check-in: [c68d0d3530] user: drh branch: wal2, size: 10658)
2025-03-27
14:32
[1250724af9] 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: 10630)
2022-08-22
15:57
[8f27eaa418] part of check-in [0b7578bf3d] Merge all recent trunk enhancements into the wal2 branch. (check-in: [0b7578bf3d] user: drh branch: wal2, size: 10654)
2022-08-15
12:26
[c1abaaaa28] part of check-in [52c3ae063e] In the documentation emphasize that the use of shared cache is discouraged. Fix test cases so that they all work with shared cache disabled. (check-in: [52c3ae063e] user: drh branch: trunk, size: 10626)
2017-10-05
18:14
[a2becabcb9] part of check-in [16decc13af] Fix test case failures on this branch. (check-in: [16decc13af] user: dan branch: wal2, size: 10597)
2016-10-26
12:15
[3481026f00] part of check-in [e8a9bfece2] Add compile time option SQLITE_ENABLE_URI_00_ERROR. If defined, any "%00" escape found in a URI is treated as an error. (check-in: [e8a9bfece2] user: dan branch: uri-00-error, size: 10569)
2015-10-07
04:20
[6630ecbdea] part of check-in [80027709c3] Fix a typo in the previous check-in. (check-in: [80027709c3] user: mistachkin branch: trunk, size: 10415)
03:07
[1864342401] part of check-in [8a0a2aa5a6] When running tests on Tcl 8.6 under Windows, skip tests 'uri-1.12.*' due to a change in Tcl behavior related to NTFS ADS (alternate data streams). (check-in: [8a0a2aa5a6] user: mistachkin branch: trunk, size: 10412)
2014-03-07
02:29
[23662b7b61] part of check-in [fdc651e2ec] Avoid calling sqlite3OsDelete() on a file that is open, since this causes Windows to run *very* slowly. Comes up on error recovery in journal_mode=PERSIST. (check-in: [fdc651e2ec] user: mistachkin branch: trunk, size: 10088)
2014-02-12
15:05
[6aad91f020] part of check-in [f352ef57e3] Various fixes and test case updates so that veryquick.test passes again. (check-in: [f352ef57e3] user: dan branch: deferred-open, size: 10121)
2013-07-23
20:54
[4a6fee19bf] part of check-in [74c12dee17] Update the URI filename parser to allow (and ignore) authority names in unix and to pass the authority through to the OS on windows, as this appears to be what web-browsers are doing. (check-in: [74c12dee17] user: drh branch: uri-enhancement, size: 9824)
2012-03-08
20:39
[63e03df051] part of check-in [88963c33c1] Merge test current directory value fix from trunk and fix uri tests. (check-in: [88963c33c1] user: mistachkin branch: winrt, size: 10046)
20:22
[c23abcb4c4] part of check-in [5eecdb44dd] Merge and manually resolve testing updates from trunk. (check-in: [5eecdb44dd] user: mistachkin branch: winrt, size: 9614)
20:00
[78e869db1f] part of check-in [82bcd7ec15] On Windows, make sure the current directory value used by the test suite is 'normalized' to what the parent command shell sees. Also, clean the test directories used by the quota2.test file. (check-in: [82bcd7ec15] user: mistachkin branch: trunk, size: 9631)
2012-03-06
03:00
[7ef16ff221] part of check-in [a811cb0152] Fix for test issues when there is no current directory support due to being compiled for WinRT. (check-in: [a811cb0152] user: mistachkin branch: winrt, size: 9606)
2011-09-24
05:55
[0d289d3239] part of check-in [a38668dcff] Fix some test files so that they work with SQLITE_OMIT_WAL builds. (check-in: [a38668dcff] user: dan branch: trunk, size: 9615)
2011-05-20
01:50
[53de9a2549] part of check-in [2018d4e108] Fix the URI test script so that it works even if there is a subdirectory named "test". (check-in: [2018d4e108] user: drh branch: trunk, size: 9521)
2011-05-10
18:39
[2d08a6f77b] part of check-in [3e49091530] Have flags passed to sqlite3_open_v2() apply to the main and any attached databases. And change things so that any "mode=xxx" or "cache=xxx" options specified as part of a URI for the main database do not also apply to attached databases. (check-in: [3e49091530] user: dan branch: trunk, size: 9462)
17:43
[19d64e0660] part of check-in [5bde568028] Update URI test cases to account for the new error message format. (check-in: [5bde568028] user: dan branch: trunk, size: 8861)
2011-05-06
18:34
[e8579b0798] part of check-in [92751788ea] Update comments and documentation associated with new URI parsing code. Add test file e_uri.test, containing tests mapped to documentation regarding URI filenames. (check-in: [92751788ea] user: dan branch: uri, size: 8850)
2011-05-05
18:53
[f21a5cd025] part of check-in [fe57a8f621] Have the xFullpath method in os_win.c discard the initial "/" if a filename begins with "/X:", where X is any alphabetic character. Also fix some test issues in uri.test. (check-in: [fe57a8f621] user: dan branch: uri, size: 8834)
2011-05-03
11:53
[858abdea53] part of check-in [b8a0f1b523] Allow only "localhost" and "" as authorities in URIs. Do not allow escapes (%HH) in the authority part of a URI. (check-in: [b8a0f1b523] user: dan branch: uri, size: 8450)
10:22
[2e2dea3054] part of check-in [0a694a0b27] Change the supported URI options to "mode" and "cache". (check-in: [0a694a0b27] user: dan branch: uri, size: 7700)
2011-04-23
19:06
[062ba42524] part of check-in [2af51f856c] Test that it is now possible to use different VFSs for two databases attached to a single handle. (check-in: [2af51f856c] user: dan branch: uri, size: 6393)
15:54
[72d31f90b9] part of check-in [68240e75e8] Have the ATTACH command do URI interpretation in the same way as sqlite3_open() and sqlite3_open_v2() do. (check-in: [68240e75e8] user: dan branch: uri, size: 4271)
10:12
[b951a30a7c] part of check-in [44f0874a95] Fix parsing of %00 in uri handling code. (check-in: [44f0874a95] user: dan branch: uri, size: 3280)
2011-04-22
19:37
Added: [a9f84a838e] part of check-in [b8a8132e71] Add the start of the "uri-filenames" feature. (check-in: [b8a8132e71] user: dan branch: uri, size: 2314)