Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Releases: danielcompton/utrecht

2017-07-04

04 Jul 04:38
Compare
Choose a tag to compare
  • Savepoints now use JDBC API's instead of directly.
  • savepoint returns Savepoint objects
  • rollback requires a Savepoint object
  • Tests support pgjdbc-ng as well as postgres jdbc
  • Uses hikari-cp 1.7.6 and jdbc 0.7.2-beta2

v0.2.0

28 Apr 19:31
Compare
Choose a tag to compare
  • Documentation slightly improved
  • Dependency requirements now more flexible.
  • New protocols Pool and Conn to replace top level functions.
  • Pool implementations for HikariDataSource and new utrecht.component to wrap the Pool.
  • Conn implementations added to java.sql.Connection

2016-04-21 ( Unpublished )

04 Jul 04:37
Compare
Choose a tag to compare

Initial version