8000
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 dac4536 commit ccb36a0Copy full SHA for ccb36a0
sqlcipher-3.0-testkey.db
998 KB
test/crypto.test
@@ -1652,9 +1652,9 @@ do_test open-3.0-le-database {
1652
execsql {
1653
PRAGMA key = 'testkey';
1654
SELECT count(*) FROM t1;
1655
- SELECT * FROM t1;
+ SELECT distinct * FROM t1;
1656
}
1657
-} {4 1 1 one one 1 2 one two}
+} {78536 1 1 one one 1 2 one two}
1658
db close
1659
1660
# open a 2.0 database with little endian hmac page numbers (default)
0 commit comments