Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ResultSetMetaData retrieval when the oid counter exceeds INT_MAX.
Since Java doesn't have unsigned ints we retrieve the values as long and then truncate to int, so it may have a negative value. As reported by Owen Tran.
- Loading branch information