Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 13942
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: Nobody in particular
Requestors: parkerm [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.44



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