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

Skip to content

Commit ccb36a0

Browse files
Adjust file size of sqlcipher-3.0-testkey.db to 1 MB
1 parent dac4536 commit ccb36a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sqlcipher-3.0-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
@@ -1652,9 +1652,9 @@ do_test open-3.0-le-database {
16521652
execsql {
16531653
PRAGMA key = 'testkey';
16541654
SELECT count(*) FROM t1;
1655-
SELECT * FROM t1;
1655+
SELECT distinct * FROM t1;
16561656
}
1657-
} {4 1 1 one one 1 2 one two}
1657+
} {78536 1 1 one one 1 2 one two}
16581658
db close
16591659

16601660
# open a 2.0 database with little endian hmac page numbers (default)

0 commit comments

Comments
 (0)
0