diff --git a/sqlcipher-2.0-le-testkey.db b/sqlcipher-2.0-le-testkey.db index 00a431b..15a9723 100644 Binary files a/sqlcipher-2.0-le-testkey.db and b/sqlcipher-2.0-le-testkey.db differ diff --git a/test/crypto.test b/test/crypto.test index fc4ecd7..518ed4f 100644 --- a/test/crypto.test +++ b/test/crypto.test @@ -1665,9 +1665,9 @@ do_test open-2.0-le-database { PRAGMA key = 'testkey'; PRAGMA kdf_iter = 4000; SELECT count(*) FROM t1; - SELECT * FROM t1; + SELECT distinct * FROM t1; } -} {4 1 1 one one 1 2 one two} +} {78536 1 1 one one 1 2 one two} db close # open a 2.0 database with big-endian hmac page numbers