Re: ECPG bug: "unterminated quoted identifier"

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: 1250kv <1250kv(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: ECPG bug: "unterminated quoted identifier"
Date: 2020-10-20 16:56:49
Message-ID: CAKFQuwZbHfR1EEAkHEPq8fjtbRLmo+WVxPtJsWRtgkL3MUyFfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Oct 20, 2020 at 9:47 AM 1250kv <1250kv(at)gmail(dot)com> wrote:

> 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
>

General usage questions regarding PostgreSQL and ECPG should be sent to the
-general list.

What are you expecting to be the result of that?

David J.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2020-10-20 17:00:20 Re: ECPG bug: PRAPARE FOR
Previous Message David G. Johnston 2020-10-20 16:50:46 Re: PostgresSQL 10 | Driver 42.2.5 | Float Conversion Issue