Re: Postgresql 9.4 / JSONB / JDBC

Поиск
Список
Период
Сортировка
От Bosco Rama
Тема Re: Postgresql 9.4 / JSONB / JDBC
Дата
Msg-id 549863E8.2080100@boscorama.com
обсуждение исходный текст
Ответ на Re: Postgresql 9.4 / JSONB / JDBC  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
On 12/22/14 10:15, Dave Cramer wrote:
> On 22 December 2014 at 13:14, Bosco Rama <postgres@boscorama.com> wrote:
>>
>> IIRC, there is both a conversion module for, and an actual
>> implementation of, javax.json (aka JSR-353) available for Jackson.
>>
>
> Is this going to make it in? I seem to recall this was being pulled. That
> being said it is still a better starting point than anything else ?

Their big issue with the JSR was that it doesn't do data-binding, which
is one of the major things about Jackson.  Hence it will probably never
make it into the 'core'.  The JSR support is provided via add-on data
type support.  The question may become: Does the driver want to support
data-binding too?

Another issue that may need considering is that once a javax.json item
is 'built' it is immutable.  I'm not sure how that would benefit/hinder
the driver.

HTH,
Bosco.


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Postgresql 9.4 / JSONB / JDBC
Следующее
От: Christopher BROWN
Дата:
Сообщение: Re: Postgresql 9.4 / JSONB / JDBC