This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 72d0873c0b176a7645ab6536d0538d52da78092b Merge: fbdf186fe1 b711dd5bcc Author: James Daugherty <[email protected]> AuthorDate: Mon Aug 10 09:04:46 2026 -0400 Merge pull request #16026 from apache/fix/gorm-numeric-column-dialect-precision fix(grails-data-hibernate7): stop conflating decimal and bit precision for numeric columns .../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(-)
