This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch fix/enum-hasmany-ddl-16051
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 70f875107e Close a real branch-coverage gap for HibernateCustomProperty
add a598d287a4 Address round-2 review: scope getTable override, restore
log, harden specs
No new revisions were added by this update.
Summary of changes:
.../cfg/domainbinding/binder/EnumTypeBinder.java | 8 ++++
.../hibernate/HibernateBasicEnumProperty.java | 19 ++++++++
.../hibernate/HibernateBasicProperty.java | 13 -----
.../domainbinding/util/TableForManyCalculator.java | 5 +-
.../grails/gorm/tests/EnumHasManyDdlSpec.groovy | 55 +++++++++++++++++++---
.../gorm/tests/HibernateMappingFactorySpec.groovy | 7 +--
.../domainbinding/GrailsPropertyBinderSpec.groovy | 31 ++++++++++++
.../TableForManyCalculatorSpec.groovy | 25 ++++++++++
.../hibernate/HibernateBasicPropertySpec.groovy | 40 +++++++++++++++-
.../hibernate/HibernateToManyPropertySpec.groovy | 4 +-
10 files changed, 179 insertions(+), 28 deletions(-)