Skip to content

Commit 4ba683d

Browse files
committedSep 6, 2011
if the optional tests run, the second create was failing. drop the table before creating it the second time.
1 parent 795b7d6 commit 4ba683d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎t/SQL.t

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ SKIP: {
225225

226226
}
227227

228+
$session->db->dbh->do('DROP TABLE IF EXISTS testTable');
228229
$session->db->dbh->do('CREATE TABLE testTable (myIndex int(8) NOT NULL default 0, message CHAR(64), myKey varchar(32), PRIMARY KEY(myIndex))');
229230

230231
my @tableData = (

0 commit comments

Comments
 (0)
Please sign in to comment.