Re: updatable (J2EE) resultsets

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: updatable (J2EE) resultsets
Дата
Msg-id 23415.1040789770@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: updatable (J2EE) resultsets  (Dave Cramer <Dave@micro-automation.net>)
Список pgsql-jdbc
Dave Cramer <Dave@micro-automation.net> writes:
> By de-coupling the driver and letting it evolve on it's own time table
> we are free to apply patches whenever they are available.

That point of view would be more easily maintained if you separated out
the JDBC driver as its own project (see gborg).  As long as JDBC is part
of the server CVS tree and is shipped in server releases, you really
cannot ignore the server release cycle.  Or at least, you do so at
peril of alienating users who expect to find a reasonably-maintained
JDBC driver in their downloads.  If they have to download JDBC
separately to get important bug fixes, aren't you wasting their time
and bandwidth by including an old JDBC in the server distribution?

            regards, tom lane

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: updatable (J2EE) resultsets
Следующее
От: Petr Andrs
Дата:
Сообщение: Accessing BIT(n) type from Java