1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Unset some global TCL variables prior to use in test where prior tests can

have those same variables set to an array value.

FossilOrigin-Name: 49bef00e5cda600ceb964148bf745de4aff1ab62
This commit is contained in:
drh
2010-05-03 19:20:46 +00:00
parent d5e6e4004b
commit d0b2677b78
4 changed files with 13 additions and 11 deletions

View File

@ -604,6 +604,7 @@ do_test table-13.1 {
}
} {}
set i 0
unset -nocomplain date time seconds
foreach {date time seconds} {
1976-07-04 12:00:00 205329600
1994-04-16 14:00:00 766504800