v1.1.0
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)