Skip to content

Releases: zsoltherpai/fluent-jdbc

1.5

05 Apr 11:57
Compare
Choose a tag to compare
1.5
  • default transaction isolation overriding

1.4

04 Aug 11:43
Compare
Choose a tag to compare
1.4
  • ObjectMappers optimizations (reducing GC pressure)
  • number of updated rows as primitives

1.3.5

08 Jul 19:48
Compare
Choose a tag to compare
  • Customizable field name strategy in ObjectMappers
  • Blob support (as java byte[])

1.3.4

13 Jun 18:00
Compare
Choose a tag to compare
  • api bugfix: removed duplicate/wrong generic type definition from PlainConnectionQuery

1.3.3

10 Jun 21:50
Compare
Choose a tag to compare
  • Allowing checked SQLExceptions in plainConnection queries
  • Support for Optional fields in ObjectMapper

1.3.2

09 Jun 08:41
Compare
Choose a tag to compare
  • issue related to query caching when using collection parameters fixed

1.3.1

24 May 11:16
Compare
Choose a tag to compare
  • mapper implementation for returning results as a Map<String, Object>

1.3

05 May 18:25
Compare
Choose a tag to compare
1.3
  • support for Collection parameters (for batch select)
  • minor performance optimizations

1.2.3

04 May 10:43
Compare
Choose a tag to compare
  • bugfix - null parameter setting had issues with Oracle vendor
  • simplified api for iterating large resultsets

1.2

27 Apr 21:39
Compare
Choose a tag to compare
1.2
  • Allow fetching generated keys with specified column names. Apparently it's the only option with some vendors, like Oracle.