Re: Bug report: NullPointerException from Driver.connect when passed a Properties with non-string values

Поиск
Список
Период
Сортировка
От dmp
Тема Re: Bug report: NullPointerException from Driver.connect when passed a Properties with non-string values
Дата
Msg-id 5107FEB2.6040405@ttc-cmc.net
обсуждение исходный текст
Ответы Re: Bug report: NullPointerException from Driver.connect when passed a Properties with non-string values
Список pgsql-jdbc
Dave,

The inclusion of:

if (!url.startsWith("jdbc:postgresql:")) {
             return null;
         }

in the patch yesterday does not appear to have
been necessary because it looks to be checked
in parseURL().

danap.


В списке pgsql-jdbc по дате отправления: