2010/3/13 Alex Povolotsky <tark...@over.ru>:
> Hello!
>
> I'm still missing some essential parts of DBIx interaction.
>
> I have two simple tables
>
> CREATE TABLE country (id serial primary key, name varchar(128) not null);
> CREATE TABLE location (name varchar(128) primary key, country_id int not
> null references country(id));

Hi,

Can you post the DBIx::Class schema definitions - in particular, the
relationship definitions?

Cheers,
Carl

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to