OSDN Git Service

From: CNT systemen BV <cntsys@cistron.nl>
authorMarc G. Fournier <scrappy@hub.org>
Sun, 28 Sep 1997 10:05:15 +0000 (10:05 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 28 Sep 1997 10:05:15 +0000 (10:05 +0000)
commitfb269b46752b1cd6a48824bb30ba15460064d529
tree36ccb49f548fe0c75dadf96c95342ca2e01bc4d1
parent9cd2680f93b6f35a0660293ba2e86a461603122e
From: CNT systemen BV <cntsys@cistron.nl>

I've found a problem in the Postgresql jdbc driver.
"ReceiveInteger" shifts a received byte right instead of left.
This means that only the least significant byte is read into the int.

Reviewed by: Peter T Mount <patches@maidast.demon.co.uk>
src/interfaces/jdbc/postgresql/PG_Stream.java