Re: [PATCH] Expose URL property in BaseDataSource
От | Loïc PÉRON |
---|---|
Тема | Re: [PATCH] Expose URL property in BaseDataSource |
Дата | |
Msg-id | CAFKiveQ8hnDpZZQ8_xbOjc3rCjxB8dkAJZ8nA=rSm7FH0RKh=Q@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [PATCH] Expose URL property in BaseDataSource (Dave Cramer <pg@fastcrypt.com>) |
Ответы |
Re: [PATCH] Expose URL property in BaseDataSource
|
Список | pgsql-jdbc |
2013/3/11 Dave Cramer <pg@fastcrypt.com>: > Looking at the spec these are not part of the Datasource API ? Or am I > mistaken ? No they are not, but in fact no connection property is mandated by the spec regarding DataSources. It is simply a convenient way of configuring the DataSource, similar to the configuration through DriverManager: url+user+pass As the URL parsing is already present in Driver, and the URL building in BaseDataaSource, I just connected url parsing to the BaseDataSource attributes. We currently use Oracle, HSQLDB and Postgresql, which is the only one not exposing a URL property for datasources. -- Loïc PÉRON phone:(33) 683 880 177 mailto:loic.peron<at>bigfoot.com
В списке pgsql-jdbc по дате отправления: