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
{{ message }}
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
We have an ID column that is a bigint in SQL and a long in code. When we try to parse a query over the filter string it fails with an overflow exception if given values that are in the long range but above the int range.
We have an ID column that is a
bigint
in SQL and along
in code. When we try to parse a query over the filter string it fails with an overflow exception if given values that are in thelong
range but above theint
range.For example
works fine, but
throws an overflow exception.
Thank you for the really nice library. If you have any questions about our setup, let me know :)
The text was updated successfully, but these errors were encountered: