mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-24 01:38:09 +00:00
alter crypto test 1.9 to add several thouand tables to create a schema parse error on improper rekey
This commit is contained in:
parent
84e17044df
commit
75eeefc0bc
@ -222,7 +222,7 @@ do_test codec-1.9 {
|
|||||||
} db
|
} db
|
||||||
|
|
||||||
for {set i 1} {$i<=3000} {incr i} {
|
for {set i 1} {$i<=3000} {incr i} {
|
||||||
execsql "CREATE TABLE longtablename$i (aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa TEXT, bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb TEXT);" db
|
execsql "CREATE TABLE tab$i (a TEXT, b TEXT, c TEXT, d TEXT, e TEXT, f TEXT, g TEXT, h TEXT, i TEXT, j TEXT, k, TEXT, l, m TEXT, n TEXT, o TEXT, p TEXT);" db
|
||||||
}
|
}
|
||||||
|
|
||||||
for {set i 1} {$i<=25000} {incr i} {
|
for {set i 1} {$i<=25000} {incr i} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user