[Dbix-class] Missing support for ENUM in SQL::Translator::Parser::PostgreSQL.pm

Matt S Trout dbix-class at trout.me.uk
Sat Sep 27 18:02:01 BST 2008


On Wed, Sep 17, 2008 at 12:43:47PM +0200, Felix Antonius Wilhelm Ostmann wrote:
> I spend some time and find out, that the Parser and Parser::DBI dont 
> support ENUM, but the Producer can make them, so Parser MySQL and 
> Producer PostgreSQL works, but Parser PostgreSQL and Producer PostgreSQL 
> dont work.
> 
> in Parser::DBI is only the query missing for get the enum, dont know 
> that query :(

SQL::Translator::Parser::DBI::* are all basically crap - use
DBIx::Class::Schema::Loader instead.

Volunteers to fix this by moving the Schema::Loader code into
SQL::Translator::Parser::DBI::* welcome :)

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/            http://www.shadowcat.co.uk/servers/



More information about the DBIx-Class mailing list