ECPG bug: "unterminated quoted identifier"

From: 1250kv <1250kv(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: ECPG bug: "unterminated quoted identifier"
Date: 2020-10-20 16:25:36
Message-ID: CA+4qtLct1L=gUordX4c_AdctJ+vZBsebYYLBk18LX8dLHthktg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello
I have code:

void main()
{
char *foo = "aaa\"bbb";
EXEC SQL char *bar = "aaa\"bbb";
}

ecpg --version
ecpg (PostgreSQL) 13.0 (Ubuntu 13.0-1.pgdg20.04+1)

ecpg sample.pgc -o 1.c
sample .pgc:10: ERROR: unterminated quoted identifier

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message 1250kv 2020-10-20 16:36:39 ECPG bug: PRAPARE FOR
Previous Message David Christensen 2020-10-20 16:18:20 Re: BUG #16676: SELECT ... FETCH FIRST ROW WITH TIES FOR UPDATE SKIP LOCKED locks rows it doesn't return