[pgjdbc/pgjdbc] 2277ff: feat: add setURL method to BaseDataSource (#999)

From: mjanczykowski <mjanczykowski(at)users(dot)noreply(dot)github(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 2277ff: feat: add setURL method to BaseDataSource (#999)
Date: 2017-11-07 12:24:40
Message-ID: 5a01a608ba6a9_76573fb1b6849c3c115565@hookshot-fe5-cp1-prd.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: 2277ffb7b65d3cba9ef05be36408e2fdbef00ee7
https://github.com/pgjdbc/pgjdbc/commit/2277ffb7b65d3cba9ef05be36408e2fdbef00ee7
Author: mjanczykowski <mjanczykowski(at)users(dot)noreply(dot)github(dot)com>
Date: 2017-11-07 (Tue, 07 Nov 2017)

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

Log Message:
-----------
feat: add setURL method to BaseDataSource (#999)

* feat: add setURL method to BaseDataSource

Add setURL method to BaseDateSource in order to follow convention used in other DBMS drivers.
Improves JBoss support, allowing to configure XA data source to switch between various DBMS
drivers. Most of vendors use uppercase 'URL' parameter, contrary to PostgreSQL.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Zemian Deng 2017-11-08 01:46:30 [pgjdbc/pgjdbc] 888420: fix: Correct DatabaseMetaData.getFunctions() imple...
Previous Message Dave Cramer 2017-11-07 12:23:01 [pgjdbc/pgjdbc] 2f6633: add test for identity, fix isAutoincrement in post...