Skip Menu |

This queue is for tickets about the DBIx-DBSchema CPAN distribution.

Report information
The Basics
Id: 50234
Status: open
Priority: 0/
Queue: DBIx-DBSchema

People
Owner: Nobody in particular
Requestors: ascii78r [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



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.

On Mon Oct 05 21:00:37 2009, ascii78r@gmail.com wrote: Show quoted text
> 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.
Not sure this is still relevant to current code?