Jim C. Nasby wrote:
>I'm not sure who's responsible for DBI::Pg (Josh?), but would it make
>sense to add better support for bytea to DBI::Pg? ISTM there should be a
>better way of doing this than adding gobs of \'s.
>
>
It has support for binding a bytea parameter, but in this case we're
trying
= "047"; }
elsif (ord($char) == 92) { $buf .= "134"; }
else { $buf .= $char; }
}
return $buf;
}
Any ideas? or thoughts on the revised procedure? I'd greatly
appriciate them.
Sorry for the length, but hopefully it give a good enough example.
Thanks
Michael Parker
pgpGUVHtkro1y.pgp
Description: PGP signature