Skip to content

pgjdbc-ng-0.0.2

Compare
Choose a tag to compare
@kdubb kdubb released this 23 Nov 19:09
· 519 commits to develop since this 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 JAR (now only ~750k)