Re: [SQL] Determining the DATE format with libpq

Поиск
Список
Период
Сортировка
От Sebastien FLAESCH
Тема Re: [SQL] Determining the DATE format with libpq
Дата
Msg-id ba3575db-7a3a-f1f7-1e22-8e6f044516bb@4js.com
обсуждение исходный текст
Ответ на Re: [SQL] Determining the DATE format with libpq  (Sebastien FLAESCH <sf@4js.com>)
Список pgsql-sql
Seems that even if one can change the date style while fetching rows from a
server cursor, the date format returned by PQgetvalue() does not change in
the middle of a result set processing, which is obviously better.

So we just need to inspect the date format when opening the cursor and
stuck to that format for result set values processing.

Seb



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

Предыдущее
От: Sebastien FLAESCH
Дата:
Сообщение: Re: [SQL] Determining the DATE format with libpq
Следующее
От: anand086
Дата:
Сообщение: [SQL] Execute format Insert sql failing with query string argument ofEXECUTE is null for column with timestamp with timezone