Releases: EvidentSolutions/dalesbred
Releases · EvidentSolutions/dalesbred
v1.3.5
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
Changes
- Replace
@SQL
-annotation in all methods with @Language("SQL")
since IDEA does
not detect @Language
from a meta-annotation anymore.
v1.3.2
Changes
Support passing primitive key and values types for findMap
.
v1.3.1
- Add support for statement timeouts (#45)
- Upgraded the version of optional Kotlin dependency to 1.3.61.
v1.3.0
New features
- Add Java 9 module automatic module names for jars. (#41)
- Support pretty printing of
ResultTable
s
Changes
- Updated the versions of optional dependencies.
Bug fixes
- Fix reference to
@DalesbredInstantiator
in exception message
v1.2.5
New features
- Add optional fetch size and direction to SqlQuery (#37)
v1.2.4
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
New features
- New convenience methods for
QueryBuilder
.
v1.2.2
New features
- Add
findOptionalInt
, findOptionalLong
and findOptionalDouble
methods to Database
.