-
Error is:
DBD::Pg::st execute failed: ERROR: column "myfield" is of type timestamp without time zone[] but expression is of type cstring[] LINE 1: UPDATE test SET myfield = $1 WHERE myid = 1 ^ HINT: You will need to rewrite or cast the expression. at foo.pl line 27. Issuing rollback() due to DESTROY without explicit disconnect() of DBD::Pg::db handle dbname=postgres;host=localhost;port=5432 at foo.pl line 27.
Please register or sign in to comment