PGJDBC-NG 0.0.2

From: Kevin Wooten <kdubb(at)me(dot)com>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: PGJDBC-NG 0.0.2
Date: 2013-11-23 06:37:15
Message-ID: F26D147F-E376-4897-86CC-A24D6E6FA85D@me.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Wanted to announce the second release of PGJBC-NG

At this point the driver is near feature complete for JDBC 4.1 with the exception of DataSource and XADataSource, which are hopefully landing in a couple of weeks. All other features of JDBC now have support committed, save for NString, NClob and java.sql.Ref related items (for which support is not planned).

Here are the notable changes in the latest release:

• Code Generator for UDTs (https://github.com/impossibl/pgjdbc-ng-udt)
• Updateable ResultSets
• CallableStatement support
• SSL authentication support
• Statement level query timeout
• Connection level network timeout
• Asynchronous notification support
• 64bit Large Objects (Server 9.3+)
• Streaming of large binary streams
• Clob support with proper character based offsets
• RowId support for PostgreSQL ctid columns
• Replace finalizers with PhantomReference based cleanup
• Extended error information (Server 9.3+)
• hstore, macaddr, inet support
• Minimized single JAR (now only ~750k)

Many thanks to Jesper Pederson, Christophe Roudet and Brett Wooldridge for pitching in! Would love for any and all who can to help out by putting it to the test and reporting bugs.

As always you can download the driver at http://impossibl.github.io/pgjdbc-ng

-kw

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Wooten 2013-11-23 20:47:23 DatabaseMetaData - schemaPattern
Previous Message Dave Cramer 2013-11-19 11:51:28 Re: Fwd: postgres join query.