diff options
author | drh <drh@noemail.net> | 2019-11-18 17:46:38 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2019-11-18 17:46:38 +0000 |
commit | 0933aad72c5ac1a763891c03b231ce72b1d19b03 (patch) | |
tree | ace29f58dd8b9c2ac613cc8dad3c8fc4d47cc5a8 /test/tclsqlite.test | |
parent | 804725a6b9ea8ba9ef507866b1d8d2628d1e4356 (diff) | |
download | sqlite-0933aad72c5ac1a763891c03b231ce72b1d19b03.tar.gz sqlite-0933aad72c5ac1a763891c03b231ce72b1d19b03.zip |
Add support for SQLITE_OPEN_NOFOLLOW.
FossilOrigin-Name: cb79c828496a703f1410f61458ebc1e15a92a63412b36f51945b2b5a32ec6e88
Diffstat (limited to 'test/tclsqlite.test')
-rw-r--r-- | test/tclsqlite.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tclsqlite.test b/test/tclsqlite.test index 92425aeff..d72f85866 100644 --- a/test/tclsqlite.test +++ b/test/tclsqlite.test @@ -25,7 +25,7 @@ set testprefix tcl # Check the error messages generated by tclsqlite # -set r "sqlite_orig HANDLE ?FILENAME? ?-vfs VFSNAME? ?-readonly BOOLEAN? ?-create BOOLEAN? ?-nomutex BOOLEAN? ?-fullmutex BOOLEAN? ?-uri BOOLEAN?" +set r "sqlite_orig HANDLE ?FILENAME? ?-vfs VFSNAME? ?-readonly BOOLEAN? ?-create BOOLEAN? ?-nofollow BOOLEAN? ?-nomutex BOOLEAN? ?-fullmutex BOOLEAN? ?-uri BOOLEAN?" if {[sqlite3 -has-codec]} { append r " ?-key CODECKEY?" } |