We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With this in my model.json:
{ "amount": { "type": "number", "human": "Amount", "postgresql": { "dataType": "numeric", "dataPrecision": 16, "dataScale": 4 } } }
When I store the value 50000.5413 I get back '50000.5413'.
50000.5413
'50000.5413'
The text was updated successfully, but these errors were encountered:
I'm also seeing this issue -- any update?
Sorry, something went wrong.
The problem (and solution) is here: brianc/node-pg-types#28
Added docs to allow the users know of this behaviour. Closing this issue.
ssh24
No branches or pull requests
With this in my model.json:
When I store the value
50000.5413
I get back'50000.5413'
.The text was updated successfully, but these errors were encountered: