[JDBC] [pgjdbc/pgjdbc] 2f6633: add test for identity, fix isAutoincrement inpost... - Mailing list pgsql-jdbc

From Dave Cramer
Subject [JDBC] [pgjdbc/pgjdbc] 2f6633: add test for identity, fix isAutoincrement inpost...
Date
Msg-id 5a01a5a5cdc16_2634d3f9dd94bfc3840835@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail
Whole thread Raw
List pgsql-jdbc
Branch: refs/heads/master Home:   https://github.com/pgjdbc/pgjdbc Commit: 2f6633bd9e1e9d7f313ea4dfec37f9671fc07453
 https://github.com/pgjdbc/pgjdbc/commit/2f6633bd9e1e9d7f313ea4dfec37f9671fc07453 Author: Dave Cramer
<davecramer@gmail.com>Date:   2017-11-07 (Tue, 07 Nov 2017)
 
 Changed paths:   M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSetMetaData.java   M
pgjdbc/src/test/java/org/postgresql/test/jdbc2/ResultSetMetaDataTest.java
 Log Message: ----------- add test for identity, fix isAutoincrement in postgresql 10 fixes #130 (#1004)

* add test for identity, fix isAutoincrement in postgresql 10 fixes #130



-- 
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

pgsql-jdbc by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: [JDBC] Does the JDBC connection failover require Postgres 10?
Next
From: mjanczykowski
Date:
Subject: [JDBC] [pgjdbc/pgjdbc] 2277ff: feat: add setURL method to BaseDataSource(#999)