Subject: | table creation issues |
Date: | Mon, 5 Oct 2009 17:21:21 -0500 |
To: | bug-DBIx-DBSchema [...] rt.cpan.org |
From: | Ken Carroll <ascii78r [...] gmail.com> |
Hi,
Working with XML::RDB, which utilizes DBIx to create it's tables and populate them.
Some initialization warnings come up during testing.
no index created on table produces:
Use of uninitialized value in pattern match (m//) at /usr/local/share/perl/5.10.0/DBIx/DBSchema/Table.pm line 381.
unsure of this one, as there wasn't a timestamp column to test when the warnings came up.
Use of uninitialized value in pattern match (m//) at /usr/local/share/perl/5.10.0/DBIx/DBSchema/DBD/mysql.pm line 123.
In both cases, only attempted to mute the warnings. The results where fine, however there may be some other issue at hand.
Message body is not shown because sender requested not to inline it.