mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-31 06:21:07 +00:00
Snapshot of upstream SQLite 3.25.0
This commit is contained in:
+2
-2
@@ -66,7 +66,7 @@ do_test shell3-1.6 {
|
||||
} {0 {}}
|
||||
do_test shell3-1.7 {
|
||||
catchcmd "foo.db \"CREATE TABLE\""
|
||||
} {1 {Error: near "TABLE": syntax error}}
|
||||
} {1 {Error: incomplete input}}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# shell3-2.*: Basic tests for running SQL file from command line.
|
||||
@@ -96,6 +96,6 @@ do_test shell3-2.6 {
|
||||
} {0 {}}
|
||||
do_test shell3-2.7 {
|
||||
catchcmd "foo.db" "CREATE TABLE"
|
||||
} {1 {Error: near line 1: near "TABLE": syntax error}}
|
||||
} {1 {Error: near line 1: incomplete input}}
|
||||
|
||||
finish_test
|
||||
|
||||
Reference in New Issue
Block a user