if the optional tests run, the second create was failing. drop the table before creating it the second time.
This commit is contained in:
parent
795b7d6b6e
commit
4ba683ddc3
1 changed files with 1 additions and 0 deletions
1
t/SQL.t
1
t/SQL.t
|
|
@ -225,6 +225,7 @@ SKIP: {
|
|||
|
||||
}
|
||||
|
||||
$session->db->dbh->do('DROP TABLE IF EXISTS testTable');
|
||||
$session->db->dbh->do('CREATE TABLE testTable (myIndex int(8) NOT NULL default 0, message CHAR(64), myKey varchar(32), PRIMARY KEY(myIndex))');
|
||||
|
||||
my @tableData = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue