mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Allow the PostgreSQL driver to do internal row counting when iterating
through a result set. Submitted by: Georg von Zezschwitz <gvz@2scale.net>
This commit is contained in:
parent
d86f4828b9
commit
dbd51aaf61
2 changed files with 73 additions and 32 deletions
|
@ -112,6 +112,7 @@ typedef struct pgLofp {
|
|||
typedef struct _php_pgsql_result_handle {
|
||||
PGconn *conn;
|
||||
PGresult *result;
|
||||
int row;
|
||||
} pgsql_result_handle;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue