Skip to content

Releases: libj/sql

v0.4.9

27 Feb 12:39
Compare
Choose a tag to compare
  • #11 Consistent SQL formatting for trace, debug, batch, and non-batch statements
  • #10 Expose logging methods for overridability
  • #7 Redefine subclasses as SQLNonTransientException
  • #6 Support more specific SQLException(s) in SQLExceptions

v0.4.8

20 Sep 12:20
Compare
Choose a tag to compare
  • #9 Log Connection in Audit* wrappers
  • #8 Add AuditConnection.isClosed(Connection)
  • #5 Add strong typed SQLTransactionException
  • #4 Delegate equals and hashCode in Audit and Delegate wrappers
  • #3 Transition to GitHub Actions
  • #2 Add TRACE and DEBUG logs in AuditConnection
  • #1 Add AuditConnection.traceOpenConnections()

v0.4.7

23 May 05:57
Compare
Choose a tag to compare
  • Improve AuditPreparedStatement.toString(String,Map).
  • Improve logging abstraction in AuditPreparedStatement, AuditStatement, and AuditCallableStatement.
  • Add equals, hashCode, toString to DelegateConnection and DelegateResultSet.
  • Improve javadocs.

v0.4.6

22 Jul 09:59
Compare
Choose a tag to compare
  • Upgrade org.libj:logging:0.4.1 to 0.4.2.
  • Upgrade org.libj:util:0.7.9 to 0.8.0.
  • Upgrade org.libj:test:0.6.9 to 0.7.0.

v0.4.5

20 Sep 12:50
Compare
Choose a tag to compare
  • Initial public release.