File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1679,9 +1679,9 @@ do_test open-2.0-be-database {
16791679 PRAGMA cipher_hmac_pgno = be;
16801680 PRAGMA kdf_iter = 4000;
16811681 SELECT count(*) FROM t1;
1682- SELECT * FROM t1;
1682+ SELECT distinct * FROM t1;
16831683 }
1684- } {4 1 1 one one 1 2 one two}
1684+ } {78536 1 1 one one 1 2 one two}
16851685db close
16861686
16871687# open a 2.0 database with big-endian hmac page numbers
@@ -1706,9 +1706,9 @@ do_test be-to-le-migration {
17061706 execsql {
17071707 PRAGMA key = 'testkey';
17081708 SELECT count(*) FROM t1;
1709- SELECT * FROM t1;
1709+ SELECT distinct * FROM t1;
17101710 }
1711- } {4 1 1 one one 1 2 one two}
1711+ } {78536 1 1 one one 1 2 one two}
17121712db close
17131713file delete -force test.db
17141714
You can’t perform that action at this time.
0 commit comments