mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 09:09:19 +08:00
Try to fix Travis build.
This commit is contained in:
parent
7a9697ca2c
commit
d5e4fdfa52
@ -128,7 +128,8 @@ mod test {
|
|||||||
fn test_int_array_module() {
|
fn test_int_array_module() {
|
||||||
let db = Connection::open_in_memory().unwrap();
|
let db = Connection::open_in_memory().unwrap();
|
||||||
db.execute_batch("CREATE TABLE t1 (x INT);
|
db.execute_batch("CREATE TABLE t1 (x INT);
|
||||||
INSERT INTO t1 VALUES (1), (3);
|
INSERT INTO t1 VALUES (1);
|
||||||
|
INSERT INTO t1 VALUES (3);
|
||||||
CREATE TABLE t2 (y INT);
|
CREATE TABLE t2 (y INT);
|
||||||
INSERT INTO t2 VALUES (11);
|
INSERT INTO t2 VALUES (11);
|
||||||
CREATE TABLE t3 (z INT);
|
CREATE TABLE t3 (z INT);
|
||||||
|
Loading…
Reference in New Issue
Block a user