Skip to content

v1.1.0

Choose a tag to compare

@komu komu released this 27 Nov 20:24
· 183 commits to main since this release

New features

  • Allow annotating constructors with @DalesbredInstantiator to always use the
    annotated constructor instead of trying to detect constructor automatically.
    (#19)
  • Support binding arrays on Oracle, which does not support standard JDBC API.
  • Add dialect for H2. (#20)
  • Support property paths when binding (instead of just simple names). (#7)