[JDBC] [pgjdbc/pgjdbc] 83dd5f: fix: make warnings available as soon as theyare r...

Поиск
Список
Период
Сортировка
От Magnus
Тема [JDBC] [pgjdbc/pgjdbc] 83dd5f: fix: make warnings available as soon as theyare r...
Дата
Msg-id 59e9e95e5e8f3_30303ff64b3a5c24169846@hookshot-fe2-cp1-prd.iad.github.net.mail
обсуждение исходный текст
Список pgsql-jdbc
Branch: refs/heads/master Home:   https://github.com/pgjdbc/pgjdbc Commit: 83dd5fea94928b349e05c1417e264797052f2bbe
 https://github.com/pgjdbc/pgjdbc/commit/83dd5fea94928b349e05c1417e264797052f2bbe Author: Magnus
<magJ@users.noreply.github.com>Date:   2017-10-20 (Fri, 20 Oct 2017)
 
 Changed paths:   A pgjdbc/src/main/java/org/postgresql/jdbc/PSQLWarningWrapper.java   M
pgjdbc/src/main/java/org/postgresql/jdbc/PgStatement.java  M
pgjdbc/src/test/java/org/postgresql/test/jdbc2/StatementTest.java
 Log Message: ----------- fix: make warnings available as soon as they are received (#857)

Until REL9.4.1210 warnings were available via Statement#getWarnings()
and ResultSet#getWarnings() as soon as they were received from the
server. This commit returns to that behavior.
This is useful for long running queries, where it can be beneficial
to know about a warning before the query completes.

fixes #856



-- 
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

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

Предыдущее
От: Jorge Solorzano
Дата:
Сообщение: [JDBC] [pgjdbc/pgjdbc] 0d8fde: chore: remove testing of the latest Javaupdates (...
Следующее
От: AlexElin
Дата:
Сообщение: [JDBC] [pgjdbc/pgjdbc] c759a5: refactor: replace some usages of assertTrue(#957)