v1.0.0-rc.1
Pre-release
Pre-release
New features
- Simplified API for registering enum conversions through
TypeConversionRegistry
. (#14)
Breaking changes
- Database native enums are no longer the default because they depended on ugly hack to
guess the database type name. By default enums are bound using name, but you can use
methods inTypeConversionRegistry
to customize this. - Removed support for setting configuring default isolation level. If you need to set
the default isolation, set it for the connections at your connection-provider. - Removed
Database.getDialect
. There should not be a need to access the Dialect directly.