Skip to content

Releases: laurentvdl/sqlbuilder

1.7.0

04 Dec 15:32
Compare
Choose a tag to compare

Focus on Kotlin API:

  • query DSL
  • simplified API for joining entities
  • use property references instead of string references: User::username vs "username"

Overall:

  • better error message for beans without default constructor
  • better error message when using non Serializable beans and file caching

1.1.0

27 Nov 12:12
Compare
Choose a tag to compare

Focus of this release is the registration of custom mappers for sql/java types.

For Maven users:

<dependency>
    <groupId>com.github.sqlbuilder</groupId>
    <artifactId>sqlbuilder</artifactId>
    <version>1.1.0</version>
</dependency>

1.0.3

12 Feb 09:24
Compare
Choose a tag to compare

bugfix: support java.lang.Integer as a SQL type

1.0.2

27 Jan 09:39
Compare
Choose a tag to compare

support JDBC drivers that do not implement ResultSetMetadata.getTableName(i)

1.0.0

11 Dec 13:34
Compare
Choose a tag to compare

initial release