Re: [BUGS] 8.0 ecpg crashes with "create table as" statement.

2005-02-10 Thread Michael Meskes
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

Re: [BUGS] 8.0 ecpg crashes with "create table as" statement.

2005-02-09 Thread TANIDA Yutaka
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

Re: [BUGS] 8.0 ecpg crashes with "create table as" statement.

2005-02-09 Thread Michael Meskes
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

[BUGS] 8.0 ecpg crashes with "create table as" statement.

2005-02-08 Thread TANIDA Yutaka
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 -