SQLite

All files named ”test/e_uri.test”
Login

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

History for test/e_uri.test

2022-08-15
12:26
[8656438213] 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: 15526)
2021-11-05
19:36
[a3d30c7d6d] part of check-in [ff9373f42d] Add the SQLITE_OPEN_EXRESCODE flag for sqlite3_open_v2(). (check-in: [ff9373f42d] user: drh branch: trunk, size: 15466)
2017-10-04
18:26
[47eeb2960e] part of check-in [40964a4ef7] Updates to requirements marks. (check-in: [40964a4ef7] user: drh branch: trunk, size: 15440)
2016-03-14
16:16
[2538539608] part of check-in [1c70aa5c01] Test script changes to support testing the SQLite Encryption Extension. (check-in: [1c70aa5c01] user: drh branch: see-testing, size: 15441)
2015-11-03
19:13
[eed3eb41b2] part of check-in [40c4f4a65e] In 'e_uri.test', make sure all created test database files get deleted. (check-in: [40c4f4a65e] user: mistachkin branch: trunk, size: 15425)
2014-10-04
11:59
[5ae33760fb] part of check-in [0f8102d71a] Updates to documentation and requirements marks. No code changes. (check-in: [0f8102d71a] user: drh branch: trunk, size: 15355)
2014-02-11
19:35
[bfa56d624d] part of check-in [8ef97420b2] Test case updates to account for the fact that database files are not created until they are first written. (check-in: [8ef97420b2] user: dan branch: deferred-open, size: 15613)
2013-08-07
18:07
[ab2d29fd1f] part of check-in [c78b0d302c] Merge in the latest changes from trunk. (check-in: [c78b0d302c] user: drh branch: uri-enhancement, size: 15068)
2013-08-02
23:40
[a2c92d8009] part of check-in [213020769f] Updates to requirements marks. No code changes. (check-in: [213020769f] user: drh branch: trunk, size: 15222)
2013-07-23
20:54
[cf5cf9a6f1] 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: 15068)
2013-03-21
21:20
[8f2f56b294] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 15222)
2012-12-11
19:40
[bc240fbc6c] part of check-in [81d9ee0f0d] Update requirements marks and test cases for multi-VALUE INSERT and to fix typos in requirements text. (check-in: [81d9ee0f0d] user: drh branch: trunk, size: 15223)
2012-06-07
17:57
[9e190ca799] part of check-in [cfcbf9375f] Documentation and evidence mark updates. Remove a redundant assert(). (check-in: [cfcbf9375f] user: drh branch: trunk, size: 15226)
2012-06-06
23:23
[32b8e0b99a] part of check-in [61360ca6ca] Merge the changes need to compile on WinRT into trunk. (check-in: [61360ca6ca] user: drh branch: trunk, size: 15226)
2012-05-28
13:58
[cd2ddb4494] part of check-in [651520fa84] Add the mode=memory option to URI filenames, which when present forces the database to be an in-memory database. This enables named in-memory databases. (check-in: [651520fa84] user: drh branch: trunk, size: 15206)
2012-03-08
20:00
[e8b894474f] 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: 15093)
2012-03-06
03:00
[2a9f7fbc25] 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: 15113)
2011-06-21
19:30
[6f35b491f8] part of check-in [a2a0cd4aa4] Update a few of the uri tests to work on Windows. (check-in: [a2a0cd4aa4] user: shaneh branch: trunk, size: 15067)
2011-06-20
22:34
[8b943bc63c] part of check-in [bd980be471] Fix typos in evidence marks on tests. (check-in: [bd980be471] user: drh branch: trunk, size: 15080)
2011-05-30
15:06
[b6da43a10f] part of check-in [1bab03c481] Update evidence marks on the URI filename tests to conform to the latest documentation. (check-in: [1bab03c481] user: drh branch: trunk, size: 15083)
2011-05-10
17:43
[9ce11319fb] 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: 14952)
2011-05-06
18:53
[dc9e8f06e4] part of check-in [aa90b94325] Remove some unnecessary modifications from the uri branch. Add a test to show that ATTACH only interprets its argument as a URI if the connection was opened with SQLITE_OPEN_URI (or URI interpretation is globally enabled). (check-in: [aa90b94325] user: dan branch: uri, size: 14941)
18:34
Added: [26c3ba638e] 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: 13933)