Simple update to the latest version. Changes:

Enhancements:
- Respect and convert character encoding of all strings sent
  to the server. #231
- Add PostgreSQL-9.5 functions PQsslInUse(), PQsslAttribute()
  and PQsslAttributeNames().
- Add JSON coders and add them to BasicTypeMapForResults and
  BasicTypeMapBasedOnResult

Bugfixes:
- Release GVL while calling PQsetClientEncoding(). #245
- Fix wrong exception when running SQL while in Connection#copy_data
  block for output

Tested on amd64 and i386.  Will be committing in a few days unless I
hear objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile    18 Dec 2015 17:45:08 -0000      1.31
+++ Makefile    22 Sep 2016 21:08:40 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      PostgreSQL database interface for ruby
 
-DISTNAME =     pg-0.18.4
+DISTNAME =     pg-0.19.0
 CATEGORIES =   databases
 
 MAINTAINER =   Jeremy Evans <jer...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo    18 Dec 2015 17:45:08 -0000      1.18
+++ distinfo    22 Sep 2016 21:08:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (pg-0.18.4.gem) = YvDc4v0LOw9oSy1g4Js/UV5+sw+Pc2v17eW0nlQlux0=
-SIZE (pg-0.18.4.gem) = 219648
+SHA256 (pg-0.19.0.gem) = knxBxdEDkiwbJJJBmALukgV6USLHpFBk4xs50I7Y9C4=
+SIZE (pg-0.19.0.gem) = 228864

Reply via email to