8000 Bumping file size of sqlcipher-2.0-beta-testkey.db to 1 MB · magic-coder/sqlcipher@dac4536 · GitHub
[go: up one dir, main page]

Skip to content

Commit dac4536

Browse files
Bumping file size of sqlcipher-2.0-beta-testkey.db to 1 MB
1 parent 8552046 commit dac4536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sqlcipher-2.0-beta-testkey.db

1010 KB
Binary file not shown.

test/crypto.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,9 +1952,9 @@ do_test open-2.0-beta-database {
19521952
PRAGMA fast_kdf_iter = 4000;
19531953
PRAGMA cipher_hmac_salt_mask = "x'00'&qu 9A6E ot;;
19541954
SELECT count(*) FROM t1;
1955-
SELECT * FROM t1;
1955+
SELECT distinct * FROM t1;
19561956
}
1957-
} {2 test-0-0 test-0-1 test-1-0 test-1-1}
1957+
} {38768 test-0-0 test-0-1 test-1-0 test-1-1}
19581958
db close
19591959

19601960
# open a 2.0 beta database
@@ -1983,7 +1983,7 @@ do_test 2.0-beta-to-2.0-migration {
19831983
sqlite_orig db test.db
19841984
execsql {
19851985
PRAGMA key = 'testkey';
1986-
SELECT * FROM t1;
1986+
SELECT distinct * FROM t1;
19871987
}
19881988
} {test-0-0 test-0-1 test-1-0 test-1-1}
19891989
db close

0 commit comments

Comments
 (0)
0