[JDBC] [pgjdbc/pgjdbc] 464a2d: fix issue #838 make sure we don't get columnsthat... - Mailing list pgsql-jdbc

From Dave Cramer
Subject [JDBC] [pgjdbc/pgjdbc] 464a2d: fix issue #838 make sure we don't get columnsthat...
Date
Msg-id 593e94ceb212e_eec73fad8ea31c383578a@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: 464a2d43519004174f1b530a595ee0ad9ffda870
      https://github.com/pgjdbc/pgjdbc/commit/464a2d43519004174f1b530a595ee0ad9ffda870
  Author: Dave Cramer <davecramer@gmail.com>
  Date:   2017-06-12 (Mon, 12 Jun 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:
  -----------
  fix issue #838 make sure we don't get columns that are dropped (#840)

* fix issue #838 make sure we don't get columns that are dropped

* added test case



pgsql-jdbc by date:

Previous
From: Álvaro Hernández Tortosa
Date:
Subject: Add SCRAM support
Next
From: Tom Smith
Date:
Subject: [JDBC] JDBC drive 42 release breaks seriously for RETURNING?