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 8552046 commit dac4536Copy full SHA for dac4536
sqlcipher-2.0-beta-testkey.db
1010 KB
test/crypto.test
@@ -1952,9 +1952,9 @@ do_test open-2.0-beta-database {
1952
PRAGMA fast_kdf_iter = 4000;
1953
PRAGMA cipher_hmac_salt_mask = "x'00'&qu 9A6E ot;;
1954
SELECT count(*) FROM t1;
1955
- SELECT * FROM t1;
+ SELECT distinct * FROM t1;
1956
}
1957
-} {2 test-0-0 test-0-1 test-1-0 test-1-1}
+} {38768 test-0-0 test-0-1 test-1-0 test-1-1}
1958
db close
1959
1960
# open a 2.0 beta database
@@ -1983,7 +1983,7 @@ do_test 2.0-beta-to-2.0-migration {
1983
sqlite_orig db test.db
1984
execsql {
1985
PRAGMA key = 'testkey';
1986
1987
1988
} {test-0-0 test-0-1 test-1-0 test-1-1}
1989
0 commit comments