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 reference to #657 in pg-promise, which now supports BigInt, this module needs to be updated.
pg-promise
It uses JSON.stringify on query-formatting values in a few places, which does not support BigInt type, and will bomb out when you supply such values.
JSON.stringify
The text was updated successfully, but these errors were encountered:
Adding BigInt support - #23
2285627
Implemented in version 1.3.0.
1.3.0
Now it will display BigInt-s like in JavaScript - as an open value, with n at the end.
BigInt
n
Sorry, something went wrong.
No branches or pull requests
With reference to #657 in
pg-promise
, which now supports BigInt, this module needs to be updated.It uses
JSON.stringify
on query-formatting values in a few places, which does not support BigInt type, and will bomb out when you supply such values.The text was updated successfully, but these errors were encountered: