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
dcousens
changed the title
Decimal field type does always fall back to precision of 16
Decimal field type always falls back to precision of 16
Feb 8, 2024
Steps to reproduce:
define a decimal field eg:
Expected:
Values like:
'1234567890123456789012.12345678'
should be valid (works if directly typed in postgres with adminer, see last row in the screenshot)
But does not work when the entity is created with the keystone admin UI or with the graphql endpoint, see other rows.
see screenshot using graphql playground:
I used:
MacBook Pro 2021 M1 Max
keystone-6/core: 1.0.1
postgres: 13-buster (docker image)
node: 14.18.1
Hope that helps.
The text was updated successfully, but these errors were encountered: