10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef4eec commit 0add350Copy full SHA for 0add350
sqlcipher-2.0-le-testkey.db
998 KB
test/crypto.test
@@ -1665,9 +1665,9 @@ do_test open-2.0-le-database {
1665
PRAGMA key = 'testkey';
1666
PRAGMA kdf_iter = 4000;
1667
SELECT count(*) FROM t1;
1668
- SELECT * FROM t1;
+ SELECT distinct * FROM t1;
1669
}
1670
-} {4 1 1 one one 1 2 one two}
+} {78536 1 1 one one 1 2 one two}
1671
db close
1672
1673
# open a 2.0 database with big-endian hmac page numbers
0 commit comments