Package Information |
Summary |
PostgreSQL client library (libpq) binding |
Maintainers |
Michael Wallner <
mike at php dot net >
(lead)
[details]
Chris Wright <
daverandom at php dot net >
(developer)
[details]
Remi Collet (developer)
[details]
|
License |
BSD-2-Clause |
Description |
Documents: https://mdref.m6w6.name/pq
Highlights:
* Nearly complete support for asynchronous usage:
https://mdref.m6w6.name/pq/Connection/%3A%20Asynchronous%20Usage
* Extended type support by pg_type:
https://mdref.m6w6.name/pq/Types/%3A%20Overview
* Fetching simple multi-dimensional array maps:
https://mdref.m6w6.name/pq/Result/map
* Working Gateway implementation:
https://mdref.m6w6.name/pq-gateway |
Homepage |
https://github.com/m6w6/ext-pq
|
Release notes
Version 0.6.0
(beta)
|
* Fixed crash with result iterator when the iterator exists longer than the result * Fixed array parser compatibility with arrays of boxes + Added pq\Statement::deallocate{,Async}() and pq\Statement::prepare{,Async}() methods + Added pq\Statement::$query and pq\Statement::$types readonly properties + Added pq\Cursor::{open,close}Async() methods + Added pq\Cursor::$query and pq\Cursor::$flags readonly properties
Changes from RC1: * Fixed RTLD_LAZY compatibility with pecl/raphf * Simplified config.m4 |