Dalesbred Versions Save

Dalesbred - a database access library for Java

v1.3.5

2 years ago

Changes

  • Support @DalesbredInstantiator on static methods
  • Migrate build to Gradle 7.2
  • Specify optional dependencies as Gradle's features
  • Bump dependencies to latest versions

v1.3.4

2 years ago

Changes

  • Replace @SQL-annotation in all methods with @Language("SQL") since IDEA does not detect @Language from a meta-annotation anymore.

v1.3.3

2 years ago

Bug fixes

  • Fix query timeouts

v1.3.2

2 years ago

Changes

Support passing primitive key and values types for findMap.

v1.3.1

2 years ago
  • Add support for statement timeouts (#45)
  • Upgraded the version of optional Kotlin dependency to 1.3.61.

1.3.0

5 years ago

New features

  • Add Java 9 module automatic module names for jars. (#41)
  • Support pretty printing of ResultTables

Changes

  • Updated the versions of optional dependencies.

Bug fixes

  • Fix reference to @DalesbredInstantiator in exception message

v1.2.5

6 years ago

New features

  • Add optional fetch size and direction to SqlQuery (#37)

v1.2.4

6 years ago

New features

  • Add optional Kotlin-support; org.dalesbred.integration.kotlin package adds Kotlin extensions to Database.
  • Add updateUnique to Database (#32)

v1.2.3

7 years ago

New features

  • New convenience methods for QueryBuilder.

v1.2.2

7 years ago

New features

  • Add findOptionalInt, findOptionalLong and findOptionalDouble methods to Database.