Hi, I can’t get $row->new_related(‘some_belongs_to_rel’, \%values) to work with PostgreSQL. DBIC tries to insert a new row with a NULL for the primary key, which works with some databases, but not with PostgreSQL. Here is a test file that demonstrates the issue (it will not fail with SQLite):
https://gist.github.com/909809 Probably this is a known issue, I just wanted to check if there is something I am missing … Cheers! _______________________________________________ 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]
