projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
31eb326
)
* Fixed the initial DROP TABLE statement (used to drop the wrong table).
Norbert Buchmuller [Wed, 18 Feb 2009 03:11:58 +0000 (
04:11
+0100)]
t/bindtype_columns.t
patch
|
blob
|
blame
|
history
diff --git
a/t/bindtype_columns.t
b/t/bindtype_columns.t
index
05b514c
..
0a3f77d
100644
(file)
--- a/
t/bindtype_columns.t
+++ b/
t/bindtype_columns.t
@@
-18,7
+18,7
@@
my $dbh = $schema->storage->dbh;
{
local $SIG{__WARN__} = sub {};
- $dbh->do('DROP TABLE IF EXISTS artist');
+ $dbh->do('DROP TABLE IF EXISTS bindtype_test');
# the blob/clob are for reference only, will be useful when we switch to SQLT and can test Oracle along the way
$dbh->do(qq[