Subject: | Error using DBStag... Probably due to DBIx-DBSchema |
Date: | Mon, 18 Jan 2010 01:06:17 -0200 |
To: | bug-DBIx-DBSchema [...] rt.cpan.org |
From: | "Christian M. Probst" <cmacprobst [...] gmail.com> |
When running the DBIx-DBStag tests, I run into:
NOTICE: CREATE TABLE / UNIQUE will create implicit index "organismprop_c1"
for table "organismprop"
Cannot quote a reference at
/root/.cpan/build/DBIx-DBStag-0.10-UJ8Cuo/blib/lib/DBIx/DBStag.pm line 3736.
t/cvterm.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 9/9 subtests
I think this has to do with DBIx::DBSchema::DBD::Pg, as is related to a dbh
connection, it has a error message from DBD::Pg, and has started to occur to
me since this week, after DBIx:DBSchema was upgraded.
Christian