Re: ECPG patch 2, SQLDA support

Поиск
Список
Период
Сортировка
От Boszormenyi Zoltan
Тема Re: ECPG patch 2, SQLDA support
Дата
Msg-id 4B275753.7040006@cybertec.at
обсуждение исходный текст
Ответ на Re: ECPG patch 2, SQLDA support  (Boszormenyi Zoltan <zb@cybertec.at>)
Ответы Re: ECPG patch 2, SQLDA support  (Boszormenyi Zoltan <zb@cybertec.at>)
Список pgsql-hackers
Boszormenyi Zoltan írta:
> Boszormenyi Zoltan írta:
>
>> Will post a new version soon, Michael asked to turn it
>> into an ECPG native feature instead of compat-mode-only.
>>
>>
>
> Attached is the new version that applies cleanly to HEAD.
>
> Changes:
> - SQLDA is now an ECPG native feature, not compat-only.
> - As a consequence, and to be coherent with the Informix syntax,
>   keyword "SQL" in SQL DESCRIPTOR is now mandatory
>   to denote the named SQL descriptor. "DESCRIPTOR"
>   without "SQL" means SQLDA descriptor
> - SQLDA can now return more than one tuples using
>   the ->desc_next pointer
> - Bcause SQLDA is now a native feature, there are two
>   sqlda.pgc regression tests, to test compat-only syntax in
>   compat mode and multi-tuple return values in native mode.
> - sqlda->sqlvar[i].sqltype uses ECPGt_* type symbols,
>   no more funny-looking typedefs in sqltypes.h, it's a clean
>   compat-only header, as it was before
>

New version, fixed some loose ends introduced by
the native mode and multi-tuple SQLDA.

Best regards,
Zoltán Böszörményi

--
Bible has answers for everything. Proof:
"But let your communication be, Yea, yea; Nay, nay: for whatsoever is more
than these cometh of evil." (Matthew 5:37) - basics of digital technology.
"May your kingdom come" - superficial description of plate tectonics

----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
http://www.postgresql.at/


Вложения

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

Предыдущее
От: Takahiro Itagaki
Дата:
Сообщение: Re: New VACUUM FULL
Следующее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: ECPG patch 3, DESCRIBE [OUTPUT] support