[Dbix-class] PostgreSQL, new_related and belongs_to relationships

Peter Shangov pshangov at yahoo.com
Fri Apr 8 13:22:00 GMT 2011


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!





More information about the DBIx-Class mailing list