• Marc G. Fournier's avatar
    From: CNT systemen BV <cntsys@cistron.nl> · fb269b46
    Marc G. Fournier authored
    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>
    fb269b46
PG_Stream.java 7.14 KB