Summary
- Adding some constructors to DDLDeployer for simple use cases. (commit: 4943a2f) (details)
- Aligning default SQL types with Hibernate ones (commit: d5c3cb5) (details)
- Insert order : using only set columns instead of whole table ones to avoid missing columns error (commit: 28f3cc9) (details)
- Fixing tests of default SQL types alignment with Hibernate ones (commit: 71b308b) (details)
- Changing way of declaring target table: changing from entityBuilder(..) method argument to a Fluent Builder option (commit: 2b67a3f) (details)