Why is version 9.3-1102 missing Connection.getSchema() support?

Поиск
Список
Период
Сортировка
От cowwoc
Тема Why is version 9.3-1102 missing Connection.getSchema() support?
Дата
Msg-id 1412040770370-5821047.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: Why is version 9.3-1102 missing Connection.getSchema() support?
Список pgsql-jdbc
Hi,

According to

https://github.com/pgjdbc/pgjdbc/commits/d2c1ef7c15171d7cd080e4451254dd02706b0c5d/org/postgresql/jdbc4/AbstractJdbc4Connection.java
getSchema() support was added on April 30th, 2014. According to
https://github.com/pgjdbc/pgjdbc/commits/REL9_3_1102 9.3-1102 was released
on July 10th, 2014.

Because the release occurred after getSchema() was implemented, I was
expecting this release to contain it. But looking at
https://github.com/pgjdbc/pgjdbc/commits/REL9_3_1102/org/postgresql/jdbc4/AbstractJdbc4Connection.java
I see that the release version is based on the state in November 13, 2013.

Out of curiosity, why did this release not include the latest implementation
of AbstractJdbc4Connection and when will this implementation make it into an
official release?

Thanks,
Gili



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Why-is-version-9-3-1102-missing-Connection-getSchema-support-tp5821047.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


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

Предыдущее
От: Hans Klett
Дата:
Сообщение: Bug: enum types in schema other than public and Connection.createArrayOf
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Why is version 9.3-1102 missing Connection.getSchema() support?