Re: ECPG bug: "unterminated quoted identifier"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ECPG bug: "unterminated quoted identifier"
Дата
Msg-id 652858.1603214598@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ECPG bug: "unterminated quoted identifier"  (1250kv <1250kv@gmail.com>)
Ответы Re: ECPG bug: "unterminated quoted identifier"  (1250kv <1250kv@gmail.com>)
Список pgsql-bugs
1250kv <1250kv@gmail.com> writes:
> void main()
> {
>   char *foo = "aaa\"bbb";
>   EXEC SQL char *bar = "aaa\"bbb";
> }

> ecpg sample.pgc -o 1.c
> sample .pgc:10: ERROR: unterminated quoted identifier

I don't really see a bug there.  While I'm not an ecpg expert by
any means, I'd expect the EXEC SQL section to parse quoted strings
according to SQL rules not C rules.  And under SQL, that's not
what you do to write a valid quoted identifier.

            regards, tom lane



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: ECPG bug: PRAPARE FOR
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: invalid alloc size error possible in shm_mq