Skip to content

Releases: zsoltherpai/fluent-jdbc

0.9.7

21 Jul 21:34
Compare
Choose a tag to compare
  • Bugfix: fetch generated keys with some DB vendors like MySQL
  • Prefer generic wildcards to Objects in the API. This may need projects to recompile the code when upgrading to this version

0.9.6

08 Jun 17:29
Compare
Choose a tag to compare
  • Simplified interfaces for setting up a FluentJdbc instance
  • Bumped Guice to 4.0 in the extension library

0.9.5

13 May 20:11
Compare
Choose a tag to compare
  • Avoiding checked exception handling in DatabaseInspection's functional interfaces

0.9.4

13 May 19:36
Compare
Choose a tag to compare
  • Database inspection API
  • Internal refactoring to minimize overhead

0.9.3

02 Apr 17:10
Compare
Choose a tag to compare
  • Support for fetching generated keys of inserts / updates

0.9.2

19 Feb 21:37
Compare
Choose a tag to compare

Changelog:

  • POJOs mapped by ObjectMappers no longer require public no-arg constructors
  • performance tweaks

0.9.1

04 Feb 22:09
Compare
Choose a tag to compare
  • Improved javadocs
  • New extension library for Guice integration (either standalone or JPA)

0.9

22 Jan 11:23
Compare
Choose a tag to compare
0.9
<dependency>
    <groupId>org.codejargon</groupId>
    <artifactId>fluentjdbc</artifactId>
    <version>0.9</version>
</dependency>

support for select query customization

  • maxRows
  • defaultFetchSize
  • fetchSize

added missing javadocs