Re: Release 1204 released

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Release 1204 released
Дата
Msg-id mvnqib$k89$1@ger.gmane.org
обсуждение исходный текст
Ответ на Release 1204 released  (Dave Cramer <davecramer@gmail.com>)
Ответы Re: Release 1204 released
Список pgsql-jdbc
Dave Cramer schrieb am 09.10.2015 um 21:32:
>   * fix: filter DatabaseMetaData.getColumns by tables PR #386 (0c95126)

Why was this done?

From my perspective this is a serious bug, because now getColumns() doesn't return column information for views,
materializedviews or foreign tables any more. 

Which in turn means that the SQL client I am maintaining (SQL Workbench/J) is no longer able to display column
informationfor anything else than tables.  

I would assume that this is true for any other JDBC based SQL client. It will also break tools like Liquibase and
probablyHibernate as well as they also rely on getColumns() to return information about views (I am sure about
Liquibase,not 100% sure about Hibernate though) 


Regards
Thomas



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

Предыдущее
От: lfrittelli
Дата:
Сообщение: Re: Connection terminated by the server causes deadlock in jdbc client side connection
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Release 1204 released