AW: [Dbix-class] Re: Postgresql delimiter problem

2013-05-26 Thread Mario Minati
Thank you! That solves it - no idea why it happens as the table has been auto created through DBIX::Class::Journal !? Best greets, Mario Minati -- MINATI Planungsbüro für Haustechnik Dörenwaldstraße 6a D-32760 Detmold Germany Tel: +49 / 5231 / 4580-100 Fax: +49 / 5231 / 4580-118 E-Mail: m

[Dbix-class] Re: Postgresql delimiter problem

2013-05-26 Thread Dagfinn Ilmari Mannsåker
Mario Minati writes: > Hello, > > I've an interesting problem with delimiters with Postgresql: [snip] > DBI Exception: DBD::Pg::st execute failed: ERROR: column "ID" does not exist > LINE 1: ... INTO "changeset" ( "set_date") VALUES ( $1 ) RETURNING "ID" >

[Dbix-class] Postgresql delimiter problem

2013-05-26 Thread Mario Minati
Hello, I've an interesting problem with delimiters with Postgresql: While preparing a new production server I found that the code, which is running fine on development server, doesn't work - probably because of Postgresql config problem. But I cannot remember any more if I have changed any sett