[DBD::Pg] Update Changes file

dbdpg-commits-gENoVmVU/[email protected] Sun, 4 Jan 2015 18:01:34 +0000
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]>

Update Changes file

---
 Changes | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 3f179d1..d20445b 100644
--- a/Changes
+++ b/Changes
@@ -3,9 +3,20 @@
=20
 Version 3.5.0
=20
+  - Allow "placeholder escaping" by the use of a backslash directly befo=
re it, e.g.
+    "SELECT 1 FROM jsontable WHERE foo \\? ?"
+    will contain a single placeholder, and the first question mark will =
be sent directly=20
+    to the backend to be parsed as an operator.
+    [Greg Sabino Mullane, Tim Bunce]
+    (CPAN bug #101030)
+
   - Improve the workings of the ping() method, so it always tests for=20
     a valid database backend and returns the correct true/false.
-    [Greg Sabino Mullane] (CPAN bug #100648)
+    [Greg Sabino Mullane, with help from Andrew Gierth and Tim Bunce]
+    (CPAN bug #100648)
+
+  - Add get_info(9000) =3D> 1 to indicate driver can escape placeholders=
.
+    [Tim Bunce]
=20
   - In tests, force the client_encoding to UTF8, skip tests that involve=
=20
     characters not supported by the server_encoding
@@ -14,6 +25,9 @@ Version 3.5.0
   - Fix memory leak when selecting from arrays
     [Dagfinn Ilmari Manns=C3=A5ker, reported by Krystian Samp]
=20
+  - Make get_info much more efficient and slightly simpler.
+    [Tim Bunce]
+
=20
 Version 3.4.2  Released September 25, 2014 (git commit 61440e1f4ccb6c293=
c5838676da1942e0df67271)
=20
--=20
1.8.4