[pgjdbc/pgjdbc] da4d65: Remove tests that use oids fixes #1347 (#1348)

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] da4d65: Remove tests that use oids fixes #1347 (#1348)
Date: 2018-11-22 12:26:50
Message-ID: 5bf6a08ae39e2_21342ae1f2fbc58011673@hookshot-fe-32b5f5b.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: da4d6577f4c0acaadb703b40d267395bb45418f8
https://github.com/pgjdbc/pgjdbc/commit/da4d6577f4c0acaadb703b40d267395bb45418f8
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2018-11-22 (Thu, 22 Nov 2018)

Changed paths:
M pgjdbc/src/test/java/org/postgresql/test/TestUtil.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/ResultSetMetaDataTest.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/UpdateableResultTest.java

Log Message:
-----------
Remove tests that use oids fixes #1347 (#1348)

* remove oid usage from tests as it is no longer possible to create user tables WITH OIDS

* see https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=578b229718e8f15fa779e20f086c4b6bb3776106

* remove TestUtil function to create tables with oids

**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

Functionality will be removed from GitHub.com on January 31st, 2019.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2018-11-22 13:23:58 [pgjdbc/pgjdbc] 2ad1ac: Fix setURL in BaseDataSource (#1341)
Previous Message jenca 2018-11-14 15:59:07 Re: getAutocommit assertion error