[pgjdbc/pgjdbc] 2f6633: add test for identity, fix isAutoincrement in post...

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 2f6633: add test for identity, fix isAutoincrement in post...
Date: 2017-11-07 12:23:01
Message-ID: 5a01a5a5cdc16_2634d3f9dd94bfc3840835@hookshot-fe-6dbb0c4.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: 2f6633bd9e1e9d7f313ea4dfec37f9671fc07453
https://github.com/pgjdbc/pgjdbc/commit/2f6633bd9e1e9d7f313ea4dfec37f9671fc07453
Author: Dave Cramer <davecramer(at)gmail(dot)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

Browse pgsql-jdbc by date

  From Date Subject
Next Message mjanczykowski 2017-11-07 12:24:40 [pgjdbc/pgjdbc] 2277ff: feat: add setURL method to BaseDataSource (#999)
Previous Message MauMau 2017-11-06 12:36:32 Re: Statement-level rollback