Additional fixes to ecpg - please apply patch - Mailing list pgsql-interfaces

From Nicolas Bazin
Subject Additional fixes to ecpg - please apply patch
Date
Msg-id 001401c1c673$cc61ba60$660d090a@software.ingenico.com.au
Whole thread Raw
Responses Re: Additional fixes to ecpg - please apply patch
Re: Additional fixes to ecpg - please apply patch
List 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
Attachment

pgsql-interfaces by date:

Previous
From: Bruce Badger
Date:
Subject: Re: Beating Oracle
Next
From: impala
Date:
Subject: NEWBIE ant build.xml FAILED !!