-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specialize Postgres integer JDBC interactions
The Postgres JDBC driver and wire protocol treat varying integer sizes differently. For example, an Int only transfers 4 bytes, while Long transfers the full 8. Since we have the ability to call the proper JDBC methods, we should do so.
- Loading branch information
1 parent
6778bc7
commit 32b9f12
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters