Re: A PGsendQuery API design for your review

Поиск
Список
Период
Сортировка
От Karl O. Pinc
Тема Re: A PGsendQuery API design for your review
Дата
Msg-id 20160205082703.2ecaf9d1@slate.meme.com
обсуждение исходный текст
Ответ на Re: A PGsendQuery API design for your review  (Joe Abbate <jma@freedomcircle.com>)
Список 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 по дате отправления:

Предыдущее
От: Joe Abbate
Дата:
Сообщение: Re: A PGsendQuery API design for your review
Следующее
От: Vardhan
Дата:
Сообщение: server side cursors update & delete,