Releases: EvidentSolutions/dalesbred
Releases · EvidentSolutions/dalesbred
v1.3.7
12 Jul 17:04
Compare
Sorry, something went wrong.
No results found
v1.3.6
12 Jul 16:39
Compare
Sorry, something went wrong.
No results found
What's Changed
Update website's Java 8 reference/example by @janneri in #52
Fix byte[] instantiation on MariaDB Connector/J 3.x (#54 )
New Contributors
Full Changelog : v1.3.5...v1.3.6
v1.3.5
02 Mar 08:40
Compare
Sorry, something went wrong.
No results found
Changes
Support @DalesbredInstantiator
on static methods
Migrate build to Gradle 7.2
Specify optional dependencies as Gradle's features
Bump dependencies to latest versions
Full Changelog : v1.3.4...v1.3.5
v1.3.4
02 Mar 08:22
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.3.2
02 Mar 08:21
Compare
Sorry, something went wrong.
No results found
Changes
Support passing primitive key and values types for findMap
.
v1.3.1
02 Mar 08:20
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
25 Aug 11:18
Compare
Sorry, something went wrong.
No results found
New features
Add optional fetch size and direction to SqlQuery (#37 )
v1.2.4
05 Jun 20:32
Compare
Sorry, something went wrong.
No results found
New features
Add optional Kotlin-support; org.dalesbred.integration.kotlin
package adds Kotlin extensions to Database
.
Add updateUnique
to Database
(#32 )