php-src/ext/pdo_pgsql
Peter Kokot 678a481f62
Fix unused variable warning when using libpq < 12 (#14630)
The variable S is not used if PQresultMemorySize is not available in
this switch at this point.
2024-06-22 00:09:21 +02:00
..
tests pdo_pgsql: escaped question marks inside dollar quoted strings 2024-06-17 23:31:25 +02:00
config.m4 Add optional pkg-config support for PostgreSQL library (libpq) (#14540) 2024-06-21 18:35:37 +02:00
config.w32 Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
CREDITS
Makefile.frag Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
Makefile.frag.w32 Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
pdo_pgsql.c Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00
pdo_pgsql.stub.php Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00
pdo_pgsql_arginfo.h Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00
pgsql_driver.c Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00
pgsql_driver.stub.php Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00
pgsql_driver_arginfo.h Add Pdo\Pgsql::setNoticeCallback() (#14299) 2024-06-09 03:04:51 +01:00
pgsql_sql_parser.re pdo_pgsql: add support for dollar-quotes 2024-06-17 23:31:24 +02:00
pgsql_statement.c Fix unused variable warning when using libpq < 12 (#14630) 2024-06-22 00:09:21 +02:00
php_pdo_pgsql.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_pgsql_int.h Implemented PDO Driver specific SQL parsers 2024-06-17 23:31:24 +02:00