Thread: [JDBC] [pgjdbc/pgjdbc] 2277ff: feat: add setURL method to BaseDataSource(#999)
[JDBC] [pgjdbc/pgjdbc] 2277ff: feat: add setURL method to BaseDataSource(#999)
From
mjanczykowski
Date:
Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 2277ffb7b65d3cba9ef05be36408e2fdbef00ee7 https://github.com/pgjdbc/pgjdbc/commit/2277ffb7b65d3cba9ef05be36408e2fdbef00ee7 Author: mjanczykowski <mjanczykowski@users.noreply.github.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. -- Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-jdbc