[pgjdbc/pgjdbc] 239324: fix: handle smallserial correctly fixes #1897 (#1899)

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 239324: fix: handle smallserial correctly fixes #1897 (#1899)
Date: 2020-09-29 12:31:54
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/93d8b6-239324@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 2393241418339ebed6d17231a46e77f0b7a62ca1
https://github.com/pgjdbc/pgjdbc/commit/2393241418339ebed6d17231a46e77f0b7a62ca1
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2020-09-29 (Tue, 29 Sep 2020)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java

Log Message:
-----------
fix: handle smallserial correctly fixes #1897 (#1899)

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2020-09-29 14:26:37 Re: BLOB / CLOB support in PostgreSQL
Previous Message Dave Cramer 2020-09-29 11:00:15 Re: BLOB / CLOB support in PostgreSQL