Skip to content

Commit 8552046

Browse files
Adjust sqlcipher-2.0-be-testkey.db to 1 MB in size
1 parent 0add350 commit 8552046

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sqlcipher-2.0-be-testkey.db

998 KB
Binary file not shown.

test/crypto.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,9 +1679,9 @@ do_test open-2.0-be-database {
16791679
PRAGMA cipher_hmac_pgno = be;
16801680
PRAGMA kdf_iter = 4000;
16811681
SELECT count(*) FROM t1;
1682-
SELECT * FROM t1;
1682+
SELECT distinct * FROM t1;
16831683
}
1684-
} {4 1 1 one one 1 2 one two}
1684+
} {78536 1 1 one one 1 2 one two}
16851685
db close
16861686

16871687
# open a 2.0 database with big-endian hmac page numbers
@@ -1706,9 +1706,9 @@ do_test be-to-le-migration {
17061706
execsql {
17071707
PRAGMA key = 'testkey';
17081708
SELECT count(*) FROM t1;
1709-
SELECT * FROM t1;
1709+
SELECT distinct * FROM t1;
17101710
}
1711-
} {4 1 1 one one 1 2 one two}
1711+
} {78536 1 1 one one 1 2 one two}
17121712
db close
17131713
file delete -force test.db
17141714

0 commit comments

Comments
 (0)