mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Minor changes to test scripts to support various SQLITE_OMIT options.
FossilOrigin-Name: 97f8a886b6314b044a0522a88f569798fdfb3ef9
This commit is contained in:
@ -364,6 +364,8 @@ do_test schema-12.1 {
|
||||
list [sqlite3_step $::STMT] [sqlite3_finalize $::STMT]
|
||||
} {SQLITE_ERROR SQLITE_SCHEMA}
|
||||
|
||||
ifcapable {auth} {
|
||||
|
||||
do_test schema-13.1 {
|
||||
set S [sqlite3_prepare_v2 db "SELECT * FROM sqlite_master" -1 dummy]
|
||||
db function hello hello
|
||||
@ -384,4 +386,6 @@ do_test schema-13.3 {
|
||||
sqlite3_finalize $S
|
||||
} {SQLITE_SCHEMA}
|
||||
|
||||
}
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user