- or download this
my $sql = "
LOCK TABLE tabreserves IN SHARE MODE;
...
AND (fk_idfield = ? OR ? = ANY (imped))
LIMIT 1
";
- or download this
DBD::Pg::st execute failed: ERROR: cannot insert multiple commands in
+to a prepared statement
- or download this
DBD::Pg::st execute failed: ERROR: column "hour_i" is of type integer
+ but expression is of type character varying
HINT: You will need to rewrite or cast the expression.