Hi, At the moment we get a lot of (arithmetic) overflow exception. I think it is related to the fact that in the DB all decimals are declared as 'decimal(38, 19)'. Others have reported these exceptions here: http://support.x-tensive.com/question/2989/decimal-overflow I've tried using the [Field(Scale = 2)] to solve this but after a build with 'Perform' no warnings/errors came and the DB was not adjusted. Two things: Regards Paul |
Hello Paul, setting just Problems with decimal overflow when reading values from the database should be solved since DataObjects.Net 4.6.4. If you still experience those please provide additional information. |
Just discovered that manually changing the decimal to decimal(38,2) in the DB is reverted on the next build with 'PerformSafely' to decimal (38, 19). I then have my old problem back again (arithmetic overflow exception)