Additional fixes to ecpg - please apply patch

Поиск
Список
Период
Сортировка
От Nicolas Bazin
Тема Additional fixes to ecpg - please apply patch
Дата
Msg-id 001401c1c673$cc61ba60$660d090a@software.ingenico.com.au
обсуждение исходный текст
Ответы Re: Additional fixes to ecpg - please apply patch  (Michael Meskes <meskes@postgresql.org>)
Re: Additional fixes to ecpg - please apply patch  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-interfaces
This new patch corrects 2 new bugs:
bug 1:
EXEC SQL define JOKER '?';
EXEC SQL define LINE "LINE";
could not be parsed
 
bug 2:
EXEC SQL define LEN 2;
memset(dst, '?', LEN);
 
was translated into
 
memset(dst, '?', 2
#line XX "thefile.ec"
);
 
which could not be compiled with gcc for instance
 
Nicolas BAZIN
Вложения

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

Предыдущее
От: Bruce Badger
Дата:
Сообщение: Re: Beating Oracle
Следующее
От: impala
Дата:
Сообщение: NEWBIE ant build.xml FAILED !!