1
0
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:
shaneh
2009-12-31 19:48:29 +00:00
parent 46aae3c0da
commit f33a7a8cef
6 changed files with 34 additions and 17 deletions

View File

@ -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