mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Update requirements marks and test cases for multi-VALUE INSERT and to fix
typos in requirements text. FossilOrigin-Name: 81d9ee0f0df7f283e69ba1c2845339ea3318cd66
This commit is contained in:
@ -261,9 +261,9 @@ foreach {tn uri error} "
|
||||
}
|
||||
|
||||
|
||||
# EVIDENCE-OF: R-09651-31805 If "ro" is specified, then the database is
|
||||
# EVIDENCE-OF: R-43036-46756 If "ro" is specified, then the database is
|
||||
# opened for read-only access, just as if the SQLITE_OPEN_READONLY flag
|
||||
# had been set in the third argument to sqlite3_prepare_v2().
|
||||
# had been set in the third argument to sqlite3_open_v2().
|
||||
#
|
||||
# EVIDENCE-OF: R-40137-26050 If the mode option is set to "rw", then the
|
||||
# database is opened for read-write (but not create) access, as if
|
||||
|
Reference in New Issue
Block a user