drh
|
9c5e1e40e3
|
In the documentation emphasize that the use of shared cache is discouraged.
Fix test cases so that they all work with shared cache disabled.
FossilOrigin-Name: 52c3ae063e133c5f88cad2c3084cf46218f865ac817ab937e3529d2c6a7af300
|
2022-08-15 12:26:26 +00:00 |
|
dan
|
5c35e90377
|
Add compile time option SQLITE_ENABLE_URI_00_ERROR. If defined, any "%00"
escape found in a URI is treated as an error.
FossilOrigin-Name: e8a9bfece27e2af178a206ad6bce3f24d64e7ee4
|
2016-10-26 12:15:41 +00:00 |
|
mistachkin
|
6418ffab82
|
Fix a typo in the previous check-in.
FossilOrigin-Name: 80027709c3ba2a8c9bda4d37779f65104be1045c
|
2015-10-07 04:20:34 +00:00 |
|
mistachkin
|
6bd7456edd
|
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).
FossilOrigin-Name: 8a0a2aa5a6df3d7b5995457b57f051e39d6cf9e9
|
2015-10-07 03:07:41 +00:00 |
|
mistachkin
|
8879481868
|
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.
FossilOrigin-Name: fdc651e2ec7a0babee669e24fd56632e7cd5f0e9
|
2014-03-07 02:29:56 +00:00 |
|
mistachkin
|
776f5c96f4
|
Merge test current directory value fix from trunk and fix uri tests.
FossilOrigin-Name: 88963c33c19a051280f7f31bdc1b322d6837cf43
|
2012-03-08 20:39:08 +00:00 |
|
mistachkin
|
6aa18c95f1
|
Merge and manually resolve testing updates from trunk.
FossilOrigin-Name: 5eecdb44dd809e91002b8ecf59ada72f4b56549a
|
2012-03-08 20:22:42 +00:00 |
|
mistachkin
|
f8a784645c
|
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.
FossilOrigin-Name: 82bcd7ec1531f6d71c079578434c58d3ce46a1de
|
2012-03-08 20:00:36 +00:00 |
|
mistachkin
|
4a41f34552
|
Fix for test issues when there is no current directory support due to being compiled for WinRT.
FossilOrigin-Name: a811cb01528beab8afd899411d187d4d960ddcc8
|
2012-03-06 03:00:49 +00:00 |
|
dan
|
5209132a48
|
Fix some test files so that they work with SQLITE_OMIT_WAL builds.
FossilOrigin-Name: a38668dcff0a4d241d959ea19330ad43295d757d
|
2011-09-24 05:55:36 +00:00 |
|
drh
|
812d6088be
|
Fix the URI test script so that it works even if there is a subdirectory
named "test".
FossilOrigin-Name: 2018d4e108872f2436df046636401b89cfde589d
|
2011-05-20 01:50:01 +00:00 |
|
dan
|
1943299629
|
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.
FossilOrigin-Name: 3e490915301216e242a5cdeb0febaff12ed53cb9
|
2011-05-10 18:39:10 +00:00 |
|
dan
|
eaadd59ab0
|
Update URI test cases to account for the new error message format.
FossilOrigin-Name: 5bde568028216f5bbf76fa0b61bf5b736699f4b1
|
2011-05-10 17:43:28 +00:00 |
|
dan
|
286ab7c2b1
|
Update comments and documentation associated with new URI parsing code. Add test file e_uri.test, containing tests mapped to documentation regarding URI filenames.
FossilOrigin-Name: 92751788eae082e3104838cb6dd8b9793cb325d1
|
2011-05-06 18:34:54 +00:00 |
|
dan
|
4d7a4461e2
|
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.
FossilOrigin-Name: fe57a8f621944fd2af5a4e9349c8fd77c4aba237
|
2011-05-05 18:53:48 +00:00 |
|
dan
|
3b18a9a334
|
Allow only "localhost" and "" as authorities in URIs. Do not allow escapes (%HH) in the authority part of a URI.
FossilOrigin-Name: b8a0f1b523d1f31c8e7a102ba4bae5935b07104a
|
2011-05-03 11:53:20 +00:00 |
|
dan
|
78e9dd2b54
|
Change the supported URI options to "mode" and "cache".
FossilOrigin-Name: 0a694a0b27e3ce251ce313cb5d19a7637c2fa309
|
2011-05-03 10:22:32 +00:00 |
|
dan
|
8e98037c1b
|
Test that it is now possible to use different VFSs for two databases attached to a single handle.
FossilOrigin-Name: 2af51f856c6203f836d8bb62b6b79b19554886e7
|
2011-04-23 19:06:26 +00:00 |
|
dan
|
3a6d8aec2a
|
Have the ATTACH command do URI interpretation in the same way as sqlite3_open() and sqlite3_open_v2() do.
FossilOrigin-Name: 68240e75e87a54cde93352b0ec364d34365a8170
|
2011-04-23 15:54:54 +00:00 |
|
dan
|
5de1537478
|
Fix parsing of %00 in uri handling code.
FossilOrigin-Name: 44f0874a95408c75a296964a04eef00341abb94a
|
2011-04-23 10:12:30 +00:00 |
|
dan
|
cd74b611f4
|
Add the start of the "uri-filenames" feature.
FossilOrigin-Name: b8a8132e7148a7c90ca1352f20ab71d97b0bc4b0
|
2011-04-22 19:37:32 +00:00 |
|