Committed by Tim Bunce <[email protected]>
Subject: [DBD::Pg 2/2] Add get_info(9000) => 1 to indicate driver can escape
placeholders
---
Pg.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/Pg.pm b/Pg.pm
index 5687d57..0baaa5e 100644
--- a/Pg.pm
+++ b/Pg.pm
@@ -1361,6 +1361,7 @@ use 5.008001;
166 => ['SQL_STANDARD_CLI_CONFORMANCE', 2
], ## ??
167 => ['SQL_STATIC_CURSOR_ATTRIBUTES1', 519
], ## ??
168 => ['SQL_STATIC_CURSOR_ATTRIBUTES2', 5209
], ## ??
+ 9000 => ['9000', 1
], ## can escape placeholders
## DBMS Information
--
1.8.4