Add tests to e_update.test.
FossilOrigin-Name: 528f71e29c5422af778dbae2c1dce3b0ee289750
This commit is contained in:
@@ -38,12 +38,6 @@ do_execsql_test e_insert-0.0 {
|
||||
CREATE TABLE a4(c UNIQUE, d);
|
||||
} {}
|
||||
|
||||
proc delete_all_data {} {
|
||||
db eval {SELECT tbl_name AS t FROM sqlite_master WHERE type = 'table'} {
|
||||
db eval "DELETE FROM '[string map {' ''} $t]'"
|
||||
}
|
||||
}
|
||||
|
||||
proc do_insert_tests {args} {
|
||||
uplevel do_select_tests $args
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user