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/

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to