On Thu, Feb 10, 2005 at 01:05:18PM +0900, TANIDA Yutaka wrote:
> Probably, "create sequence" and "create domain" have same problems. Here's
> a patch for preproc.y .
Or at least very similar ones. :-)
Thanks a lot for the report. Patch committed to CVS HEAD and 8.0 branch.
Michael
--
Michael M
On Wed, 9 Feb 2005 12:27:13 +0100
Michael Meskes <[EMAIL PROTECTED]> wrote:
> Thanks for the report and the patch. I just committed it to CVS HEAD and
> the 8.0 branch. 7.4 does not suffer from this bug.
Probably, "create sequence" and "create domain" have same problems. Here's
a patch for prepr
On Wed, Feb 09, 2005 at 04:34:01PM +0900, TANIDA Yutaka wrote:
> ecpg on 8.0.x crashes while compiling "create table as" statements. For
> example,
> ...
> Here's a patch attached.
Thanks for the report and the patch. I just committed it to CVS HEAD and
the 8.0 branch. 7.4 does not suffer from thi
ecpg on 8.0.x crashes while compiling "create table as" statements. For
example,
#include
int main(){
EXEC SQL create table a as select 1;
exit(0);
}
Here's a patch attached.
--
TANIDA Yutaka <[EMAIL PROTECTED]>
ecpg_createas.patch
Description: Binary data
-