php-src/ext/pdo_pgsql
Matteo Beccati e378348a31 Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams
Faster than prepared statements when queries are run once. Slightly
slower than PDO::ATTR_EMULATE_PREPARES but without the potential
security implications of embedding parameters in the query itself.
2014-03-11 23:10:48 +01:00
..
tests Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams 2014-03-11 23:10:48 +01:00
config.m4 Drop PDO support for extremely old libpq versions 2014-03-11 23:10:47 +01:00
config.w32 Drop PDO support for extremely old libpq versions 2014-03-11 23:10:47 +01:00
CREDITS Prepare release 2004-05-21 19:09:43 +00:00
package2.xml set min pdo dep to 1.0.3, which will be the new pecl release 2006-05-02 02:43:11 +00:00
pdo_pgsql.c Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams 2014-03-11 23:10:48 +01:00
pgsql_driver.c Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams 2014-03-11 23:10:48 +01:00
pgsql_statement.c Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams 2014-03-11 23:10:48 +01:00
php_pdo_pgsql_int.h Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams 2014-03-11 23:10:48 +01:00
php_pdo_pgsql.h Bump year 2014-01-03 11:08:10 +08:00