Обсуждение: pgsql: ECPG's parser now accepts and handles variables as arguments for

Поиск
Список
Период
Сортировка

pgsql: ECPG's parser now accepts and handles variables as arguments for

От
meskes@postgresql.org (Michael Meskes)
Дата:
Log Message:
-----------
ECPG's parser now accepts and handles variables as arguments for the FREE command.

Informix allows variables as argument to the embedded SQL command FREE. Given
that we only allow freeing cursors via FREE for compatibility reasons only we
should do the same.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/preproc:
        ecpg.addons (r1.16 -> r1.17)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.addons?r1=1.16&r2=1.17)
        ecpg.trailer (r1.22 -> r1.23)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.trailer?r1=1.22&r2=1.23)