asimeonov
Results
1
issues of
asimeonov
Currently if you pass values for Precision and Scale when setting up a decimal column in the database both values are not respected. Sample column definition: `.Column("SomeDecimalColumn", column => column.WithPrecision(10).WithScale(2))`...