[pgjdbc/pgjdbc] 2ad1ac: Fix setURL in BaseDataSource (#1341)

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 2ad1ac: Fix setURL in BaseDataSource (#1341)
Date: 2018-11-22 13:23:58
Message-ID: 5bf6adee5e63f_7c2f2ac2566a25783637@hookshot-fe-da92815.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: 2ad1ac3fc0e07edce957aaed51167240a970b1f1
https://github.com/pgjdbc/pgjdbc/commit/2ad1ac3fc0e07edce957aaed51167240a970b1f1
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2018-11-22 (Thu, 22 Nov 2018)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/optional/SimpleDataSourceTest.java

Log Message:
-----------
Fix setURL in BaseDataSource (#1341)

* make sure an invalid URL throws an exception in setUrl

**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:25:32 [pgjdbc/pgjdbc] 7f0e20: Add support for version 11 and version 12 (#1332)
Previous Message Dave Cramer 2018-11-22 12:26:50 [pgjdbc/pgjdbc] da4d65: Remove tests that use oids fixes #1347 (#1348)