Research on ?? operators

From: Matteo Beccati <php(at)beccati(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Research on ?? operators
Date: 2019-06-04 09:00:39
Message-ID: 4b588eb1-a3af-3e25-c1f1-16fb93e602e3@beccati.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello generals,

I'm trying to resurrect a change to the PHP PDO driver to allow using
the "?" json operator (and other operators containing a question mark),
without it being interpreted as a placeholder for a query argument. In
order to do so, like Hibernate, I went for the double "??" escaping:

https://wiki.php.net/rfc/pdo_escape_placeholders

One question that I'm supposed to answer now is: is there any known
usage in the wild of some custom "??" operator that would require funny
escaping like "????"?

I've tried to search pgxn but couldn't find any match, so I thought it
was worth to try and ask here.

Cheers
--
Matteo Beccati

Development & Consulting - http://www.beccati.com/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthias Apitz 2019-06-04 10:02:47 Two small questions re/ COPY CSV data into table
Previous Message Pavel Stehule 2019-06-04 08:59:48 Re: psql \copy