nhibernate-core
nhibernate-core copied to clipboard
WIP Fix validating similar but not equal column types
Just fixes similar column types checks for precision and scale is not implemented, because:
From @fredericDelaporte:
Validating length/scale/precision when available should be done as an improvement, with a dedicated PR.
Fixes #1895