This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from fbdf186fe1 Merge pull request #15800 from 
apache/fix/15374-codec-metaclass-registration-overhead
     add 43c6d17dcf fix(grails-data-hibernate7): stop conflating decimal and 
bit precision for numeric columns
     add b711dd5bcc test: address review feedback on numeric precision fix
     new 72d0873c0b Merge pull request #16026 from 
apache/fix/gorm-numeric-column-dialect-precision

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../cfg/domainbinding/binder/ColumnBinder.java     |   2 +-
 .../binder/NumericColumnConstraintsBinder.java     |  36 ++++---
 .../GormNumericTypeColumnIntegrationSpec.groovy    | 101 +++++++++++++++++++
 .../GormNumericTypeColumnPrecisionSpec.groovy      | 108 +++++++++++++++++++++
 .../cfg/domainbinding/ColumnBinderSpec.groovy      |   2 +-
 .../NumericColumnConstraintsBinderSpec.groovy      |  85 ++++++++++++++--
 .../cfg/domainbinding/SimpleValueBinderSpec.groovy |   6 +-
 7 files changed, 313 insertions(+), 27 deletions(-)
 create mode 100644 
grails-data-hibernate7/core/src/test/groovy/org/grails/orm/hibernate/GormNumericTypeColumnIntegrationSpec.groovy
 create mode 100644 
grails-data-hibernate7/core/src/test/groovy/org/grails/orm/hibernate/GormNumericTypeColumnPrecisionSpec.groovy

Reply via email to