[Catalyst] Create multiple records

Juan Miguel Paredes juan.paredes at gmail.com
Fri Dec 29 23:52:26 GMT 2006


On 12/29/06, Will Smith <willbelair at yahoo.com> wrote:
> Thank you,
>  Yes, I mean I'm using DBIC. I've tried your method. It did not give error,
> but, also did not insert into the table.
>  Do I miss something?
>

Hi, Will!

Are the correct SQL statements being generated? (try export
DBI_TRACE=1 or something like that)

Is a COMMIT missing? (check AutoCommit on your dsn and/or DBD::*
database specific docs, e.g. for PostgreSQL/Oracle it is off by
default, IIRC)

Greetings!



More information about the Catalyst mailing list