You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some BigDecimal values fails with Scale or fractional seconds precision (\"-1\") must be between \"0\" and \"100000\" inclusive [90151-214] error.
At sample value 61550 fails to persist with this error.
We had this error at jhipster/generator-jhipster#20036.
We applied a workaround, so this is minor for us. I decided to open this issue for reference since we are about to close the original issue.
Versions
Driver: 1.0.0
Database: 2.2.220
Java: 17
OS: Ubuntu
Current Behavior
We generate a CI sample for testing with fake data.
The fake data causes this error at table insertion for some values.
We've switched to always generate a 0.01 precision fake data to workaround the issue.
Steps to reproduce
The reproduction is not so easy, so I will just post a summary.
Generate a JHipster sample.
Start the application.
Run cypress tests (the fake samples are there).
I can post a full reproduction steps if there is need.
Expected behavior/code
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered:
Bug Report
Some BigDecimal values fails with
Scale or fractional seconds precision (\"-1\") must be between \"0\" and \"100000\" inclusive [90151-214]
error.At sample value
61550
fails to persist with this error.We had this error at jhipster/generator-jhipster#20036.
We applied a workaround, so this is minor for us. I decided to open this issue for reference since we are about to close the original issue.
Versions
Current Behavior
We generate a CI sample for testing with fake data.
The fake data causes this error at table insertion for some values.
We've switched to always generate a
0.01
precision fake data to workaround the issue.Steps to reproduce
The reproduction is not so easy, so I will just post a summary.
I can post a full reproduction steps if there is need.
Expected behavior/code
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: