Re: A PGsendQuery API design for your review - Mailing list psycopg

From Karl O. Pinc
Subject Re: A PGsendQuery API design for your review
Date
Msg-id 20160205082703.2ecaf9d1@slate.meme.com
Whole thread Raw
In response to Re: A PGsendQuery API design for your review  (Joe Abbate <jma@freedomcircle.com>)
List psycopg
On Fri, 05 Feb 2016 08:17:17 -0500
Joe Abbate <jma@freedomcircle.com> wrote:

> > Gotta wonder how it will do with:
> >
> >   SELECT $;$Hello World.$;$;
>
> It does give a syntax error on that exact statement

Ah.  That would make sense because that's illegal SQL.  :-)

"The tag, if any, of a dollar-quoted string follows the same rules as an
unquoted identifier, except that it cannot contain a dollar sign."



Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein


psycopg by date:

Previous
From: Joe Abbate
Date:
Subject: Re: A PGsendQuery API design for your review
Next
From: Vardhan
Date:
Subject: server side cursors update & delete,