Author: turnstep
Date: Fri Oct 1 20:59:01 2010
New Revision: 14456
Modified:
DBD-Pg/trunk/t/12placeholders.t
Log:
Add reminder about bug.
Modified: DBD-Pg/trunk/t/12placeholders.t
==============================================================================
--- DBD-Pg/trunk/t/12placeholders.t (original)
+++ DBD-Pg/trunk/t/12placeholders.t Fri Oct 1 20:59:01 2010
@@ -510,6 +510,7 @@
skip 'Cannot run some quote tests on very old versions of Postgres', 14
if $pgversion < 80000;
$t='Prepare works with placeholders after double slashes';
+## TODO: Fix with a perms check per bug 61534
eval {
$dbh->do(q{CREATE OPERATOR // ( PROCEDURE=bit, LEFTARG=int,
RIGHTARG=int )});
$sth = $dbh->prepare(q{SELECT ? // ?});