PGJDBC-NG 0.0.2 - Mailing list pgsql-jdbc

From Kevin Wooten
Subject PGJDBC-NG 0.0.2
Date
Msg-id F26D147F-E376-4897-86CC-A24D6E6FA85D@me.com
Whole thread Raw
List 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
arehopefully landing in a couple of weeks.  All other features of JDBC now have support committed, save for NString,
NCloband 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
canto 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



pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Fwd: postgres join query.
Next
From: Kevin Wooten
Date:
Subject: DatabaseMetaData - schemaPattern