| От | Thomas Kellerer |
|---|---|
| Тема | Re: 9.3 and extended constraint error information |
| Дата | |
| Msg-id | l0p23v$t0v$1@ger.gmane.org обсуждение исходный текст |
| Ответ на | Re: 9.3 and extended constraint error information (Kris Jurka <books@ejurka.com>) |
| Список | pgsql-jdbc |
Kris Jurka, 11.09.2013 00:40: > > > On Wed, 11 Sep 2013, Thomas Kellerer wrote: > >> I was wondering if the new extended constraint error information[1] will be >> exposed through JDBC in the next version of the driver? >> > > Yes, > > https://github.com/pgjdbc/pgjdbc/commit/e9ac5f8d964202ab5d43e401d74dcd76cefd112e > > It's a little messy to get access to these fields with something like: > > } catch (SQLException sqle) { > if (sqle instanceof PSQLException) { > PSQLException psqle = (PSQLException)sqle; > ServerErrorMessage s = psqle.getServerErrorMessage(); > // Not all PSQLExceptions come from the server... > if (s != null) { > System.err.println(s.getColumn()); > } > } > } Ah, great. That's good enough for me. Thanks for the feedback Thomas
В списке pgsql-jdbc по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера