Re: Binary Cursors, and the COPY command

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Re: Binary Cursors, and the COPY command
Дата
Msg-id ce587j$ga1$1@sea.gmane.org
обсуждение исходный текст
Ответ на Binary Cursors, and the COPY command  (pgsql@mohawksoft.com)
Ответы Re: Binary Cursors, and the COPY command
Список pgsql-hackers
"Oliver Jowett" <oliver@opencloud.com> wrote in message
news:4105FF43.40508@opencloud.com...
> NIO is not present before JDK 1.4. The JDBC driver, at least, needs to
> support earlier JVMs.
>
Clients only capable of network order (such as a Java 1.3 based JDBC driver)
must of course be supported still. No argument there. My objection was to
your general statement that "Java has no idea what the native byte order
is".

Another more philosophical question (more suitable on the jdbc list) is when
the Java 1.3 support should be limited (or perhaps discontinued altogether)
so that further development can exploit everything that 1.4 provides. After
all, it's been around for more than 2 years now. AFAIK, the early bugs
forcing you to cling on to the 1.3 have been fixed a long time ago. Doesn't
the current 3.0 driver make use of features from the Java 1.4 version of
java.sql already?

> The problem with using native byte orderings is not the byte ordering
> itself, but that the order is unpredictable -- at best, you have to
> implement code to handle both orders, and at worst you have to just take
> a guess and hope you were right..
>
Sure, but those problems are present regardless of implementation language.

Regards,

Thomas Hallgren




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

Предыдущее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: why is postgres-R not in standard dev Path.
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Binary Cursors, and the COPY command