-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
[RFE] Add MAX_INT constants #51
Comments
I'm fine with this idea. Although a quick implementation attempt has revealed an issue in how we do our exporting, so will have to wait until I can circle back to it. |
turnstep
added a commit
that referenced
this issue
Jul 23, 2019
Okay, did some cleanup and implemented a proof of concept here: 5298fac |
Thanks, this looks good. |
Closing: this is live now; added in 3.9.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have a
:max
set of constants to import, so that code could use these to validate numeric types before passing them into queries, e.g.I'm unsure how to handle bigints for this, though.
See https://www.postgresql.org/docs/11/datatype-numeric.html
The text was updated successfully, but these errors were encountered: