Skip to content

Releases: EvidentSolutions/dalesbred

v1.3.5

02 Mar 08:40
Compare
Choose a tag to compare
v1.3.5 Pre-release
Pre-release

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

02 Mar 08:22
Compare
Choose a tag to compare

Changes

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

v1.3.3

02 Mar 08:22
Compare
Choose a tag to compare

Bug fixes

  • Fix query timeouts

v1.3.2

02 Mar 08:21
Compare
Choose a tag to compare

Changes

Support passing primitive key and values types for findMap.

v1.3.1

02 Mar 08:20
Compare
Choose a tag to compare
  • Add support for statement timeouts (#45)
  • Upgraded the version of optional Kotlin dependency to 1.3.61.

v1.3.0

01 Aug 13:09
Compare
Choose a tag to compare

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

25 Aug 11:18
Compare
Choose a tag to compare

New features

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

v1.2.4

05 Jun 20:32
Compare
Choose a tag to compare

New features

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

v.1.2.3

01 Dec 08:23
Compare
Choose a tag to compare

New features

  • New convenience methods for QueryBuilder.

v1.2.2

15 Aug 09:38
Compare
Choose a tag to compare

New features

  • Add findOptionalInt, findOptionalLong and findOptionalDouble methods to Database.