PDO::ATTR_EMULATE_PREPARES
attribute is set to true
, which is required in Oxla to ensure stability of query execution. Without this attribute setup, you may encounter prepared statement
errors during queries execution:
sslmode=verify-full;sslrootcert=\{path to ssl cert from SaaS\}
to the first parameter of PDO
to ensure full SSL endpoint verification and encryption. PDO::pgsqlLOBCreate
, pgsqlLOBOpen
- Large ObjectsPDO::pgsqlGetPid
- returning processes IDPDO::pgsqlCopytFromFile
, PDO::pgsqlCopytFromArray
- copy from STDINPDO::pgsqlCopytToFile
- copy to STDINPDO::pgsqlCopytToArray
- copy to STDOUTPDO::pgsqlGetNotify
- LISTEN
and NOTIFY
channel commandsPDO::lastInsertId
- SEQUENCESPDO::beginTransaction
, PDO::inTransaction
, PDO::commit
, PDO::rollBack
- TransactionsPDOStatement::rowCount
- returns improper number of rows for DELETE
, UPDATE
, INSERT INTO ... (SELECT)
and COPY
statements