[pgjdbc/pgjdbc] 9c3471: WIP needs tests. Initial PR from Thomas Kellerer t...

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 9c3471: WIP needs tests. Initial PR from Thomas Kellerer t...
Date: 2017-05-23 12:56:38
Message-ID: 592431868208f_7adf3fb27d25fc3c1406d0@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: 9c3471f21f6ac9cf1a5e5700115ac7d0d55e0ad9
https://github.com/pgjdbc/pgjdbc/commit/9c3471f21f6ac9cf1a5e5700115ac7d0d55e0ad9
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2017-05-23 (Tue, 23 May 2017)

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:
-----------
WIP needs tests. Initial PR from Thomas Kellerer to add support for p… (#823)

* PR from Thomas Kellerer to add support for partitioned tables in pg v10
* include proper handling of the new identity columns. getColumns() now returns YES for IS_AUTOINCREMENT
* add test case for identity columns

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jorge Solorzano 2017-05-23 13:09:52 [pgjdbc/pgjdbc] 394b3a: fix: remove type name from cast exception of getBo...
Previous Message Vladimir Gordiychuk 2017-05-21 13:15:40 [pgjdbc/pgjdbc] 2d3e89: bug: floating logical replcation test (#829)