Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
On 15/01/16 10:24, Vladimir Sitnikov wrote: > Hi, > > This sounds like a bug. > Can you file a PR? > Vladimir > > Hi, Take a look at this PR [1]. It fixed a regression released in 1205 release. The PR solved the problem of API calls to Driver.setLogLevel(int) not getting overwritten by a default value being loaded in PgConnection at line 187 [2]. It's good this has been raised though and a PR necessary to fix. The change could go here [3] to adapt to the semantic change of isPresent method. Now it does not fall back to the default. Jeremy [1] https://github.com/pgjdbc/pgjdbc/pull/438 [2] https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java#L187 [3] https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java#L79
В списке pgsql-jdbc по дате отправления: