Skip to content
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

#2019 : avoid illegal casts on large integers #2020

Merged
merged 1 commit into from Apr 12, 2018

Conversation

frankfarmer
Copy link
Contributor

@frankfarmer frankfarmer commented Apr 10, 2018

Fixes: #2019

The modified regexes here should prevent literals outside of postgres' legal range from being matched.

A similar fix was applied in e5e32d8

A similar fix was applied in e5e32d8
@frankfarmer frankfarmer changed the title avoid illegal casts on large integers #2019 : avoid illegal casts on large integers Apr 10, 2018
@jeremystretch jeremystretch merged commit fd62a24 into netbox-community:develop Apr 12, 2018
@frankfarmer frankfarmer deleted the intfix branch April 12, 2018 17:21
@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Large integers in interface names produce "out of range for type integer" error
2 participants