Hi,

On 6 Jun 2022 at 21:15:12, Dan Ackroyd <dan...@basereality.com> wrote:

>
> 2. Other than the SQLite blobOpen functionality, does anyone know of
> any other functionality that is exposed by SQLite or Postgres that
> isn't currently exposed through the magic PDO methods?
>

a wrapper around PQescapeIdentifier in libpq could be useful. The quoting
rules for identifiers are different than for values and for values, PDO
already has built-in support via PDO::quote()

Philip

Reply via email to