1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-04 18:28:33 +01:00
postgres/lib
Aaron Piotrowski b8e9d37094
Disable unbuffered results
Disabling unbuffered results for now as there appears to be a bug when unbuffered results contain arrays.
2018-01-25 00:31:52 -06:00
..
Internal Automatically cast/encode statement parameters 2018-01-24 23:45:44 -06:00
CommandResult.php Update for Amp ^2 2017-05-15 23:14:02 -05:00
Connection.php Drop Connection and Pool interfaces 2018-01-02 21:55:59 -06:00
ConnectionException.php Add isAlive() method to connection handles 2017-11-05 15:38:17 -06:00
Executor.php Automatically remove idle connections from pool 2018-01-02 16:26:28 -06:00
FailureException.php Update and fix code styles 2017-06-20 22:59:42 -05:00
functions.php Automatically cast/encode statement parameters 2018-01-24 23:45:44 -06:00
Handle.php Automatically remove idle connections from pool 2018-01-02 16:26:28 -06:00
Link.php Remove PendingOperationError / update docs 2017-11-05 15:43:40 -06:00
Listener.php Add phpstan & fix some doc issues 2017-12-11 19:10:14 -06:00
Notification.php Update code styles 2017-05-15 23:28:37 -05:00
Operation.php Rename CompletionQueue → ReferenceQueue 2017-11-17 22:00:52 -06:00
ParseException.php Cast scalars and parse arrays 2017-12-17 15:51:40 -06:00
PgSqlCommandResult.php Drop countable interface from command result 2017-02-15 23:33:41 -06:00
PgSqlConnection.php Drop Connection and Pool interfaces 2018-01-02 21:55:59 -06:00
PgSqlHandle.php Add support for named and ? placeholders 2018-01-23 23:00:22 -06:00
PgSqlResultSet.php Remove deprected functions and move casting switch to separate method 2018-01-23 20:02:43 -06:00
PgSqlStatement.php Add support for named and ? placeholders 2018-01-23 23:00:22 -06:00
Pool.php Ensure connections closed by the server are not used 2018-01-23 19:44:24 -06:00
PoolError.php Update and fix code styles 2017-06-20 22:59:42 -05:00
PqBufferedResultSet.php Cast scalars and parse arrays 2017-12-17 15:51:40 -06:00
PqCommandResult.php Update code styles 2017-05-15 23:28:37 -05:00
PqConnection.php Disable unbuffered results 2018-01-25 00:31:52 -06:00
PqHandle.php Add support for named and ? placeholders 2018-01-23 23:00:22 -06:00
PqStatement.php Add support for named and ? placeholders 2018-01-23 23:00:22 -06:00
PqUnbufferedResultSet.php Cast scalars and parse arrays 2017-12-17 15:51:40 -06:00
QueryError.php Update and fix code styles 2017-06-20 22:59:42 -05:00
QueryExecutionError.php Add QueryExecutionError for diagnostics access, fixes #5 2017-12-01 10:55:58 -06:00
ResultSet.php Rename TupleResult to ResultSet 2017-12-02 19:35:49 -06:00
Statement.php Hold statements from pools 2017-11-17 23:55:16 -06:00
Transaction.php Automatically remove idle connections from pool 2018-01-02 16:26:28 -06:00
TransactionError.php Update and fix code styles 2017-06-20 22:59:42 -05:00