10000 Adjust file size of sqlcipher-2.0-le-testkey.db to over 1 MB · magic-coder/sqlcipher@0add350 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0add350

Browse files
Adjust file size of sqlcipher-2.0-le-testkey.db to over 1 MB
1 parent 9ef4eec commit 0add350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sqlcipher-2.0-le-testkey.db

998 KB
Binary file not shown.

test/crypto.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,9 +1665,9 @@ do_test open-2.0-le-database {
16651665
PRAGMA key = 'testkey';
16661666
PRAGMA kdf_iter = 4000;
16671667
SELECT count(*) FROM t1;
1668-
SELECT * FROM t1;
1668+
SELECT distinct * FROM t1;
16691669
}
1670-
} {4 1 1 one one 1 2 one two}
1670+
} {78536 1 1 one one 1 2 one two}
16711671
db close
16721672

16731673
# open a 2.0 database with big-endian hmac page numbers

0 commit comments

Comments
 (0)
0