Skip Menu |

This queue is for tickets about the Class-DBI-Loader CPAN distribution.

Report information
The Basics
Id: 30343
Status: new
Priority: 0/
Queue: Class-DBI-Loader

People
Owner: Nobody in particular
Requestors: kilpatds [...] oppositelock.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.34
Fixed in: (no value)



Subject: RFE: Support Postgres schemas
This probably blocks on an equivalent bug in Class::DBI::Pg In Class::DBI::Loader::Pg, the schema "public" is passed into $dbh->tables, meaning that it won't work for any tables in a schema. Support for mapping schemas to Perl packagespace would also be keen.