[Dbix-class] How to insert multiline fields

Marc Logghe Marc.Logghe at DEVGEN.com
Wed Oct 4 17:58:49 CEST 2006


> TIAS - if not, then someone has got some fun on their hands.
I tried and I saw that it worked ...
So, this means that an insert statement does not work while an update
statement works.
This makes it a 2-step procedure:
1) call create() filling all non-clob fields
2) call $row->$clob_colname($clob_value) separately.
Good to know.
Thanks.
Marc



More information about the Dbix-class mailing list