ecpg on 8.0.x crashes while compiling "create table as" statements. For example,
#include <sqlca.h>
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
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
