Subject: | Support Quoting of BYTEA strings |
There is a TODO note in Pg.xs for the quote function:
#TODO: make quote(foo, {type=>SQL_INTEGER}) work #rl
#TODO: make quote(foo, {pg_type=>DBD::Pg::PG_INTEGER}) work #rl
Consider this a request to make the {pg_type => PG_BYTEA} form of that command work correctly.
Or, surface a quote_bytea command that can be used to quote BYTEA strings.
Thanks