[pgjdbc/pgjdbc] 325e63: fix: Incorrect return value for bytes [128-255] in...

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 325e63: fix: Incorrect return value for bytes [128-255] in...
Date: 2018-11-23 10:55:53
Message-ID: 5bf7dcb9cd6d0_3d672afe8107a594930a7@hookshot-fe-7191cb1.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 325e63b4c8b7f0c923e8cb9b73795672f21c1fe5
https://github.com/pgjdbc/pgjdbc/commit/325e63b4c8b7f0c923e8cb9b73795672f21c1fe5
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2018-11-23 (Fri, 23 Nov 2018)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/copy/PGCopyInputStream.java
M pgjdbc/src/main/java/org/postgresql/util/ReaderInputStream.java

Log Message:
-----------
fix: Incorrect return value for bytes [128-255] in stream.read (#1349)

values between [128-255] previously returned integers in range [4294967168, 4294967295].

**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

Functionality will be removed from GitHub.com on January 31st, 2019.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2018-11-26 15:34:00 [pgjdbc/pgjdbc] c4656b: fix: as of v12 recovery.conf is no longer used for...
Previous Message Dave Cramer 2018-11-22 13:29:54 [pgjdbc/pgjdbc] 0ed0e8: fix missing metadata columns, and misspelled colum...