1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-12 09:29:57 +01:00
postgres/lib
2018-01-23 20:01:23 -06:00
..
Internal Handle escaped quotes within quoted array values 2018-01-23 20:01:23 -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 Drop Connection and Pool interfaces 2018-01-02 21:55:59 -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 Automatically remove idle connections from pool 2018-01-02 16:26:28 -06:00
PgSqlResultSet.php Fix typing in result sets with duplicate column names 2018-01-02 12:38:20 -06:00
PgSqlStatement.php Hold statements from pools 2017-11-17 23:55:16 -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 Drop Connection and Pool interfaces 2018-01-02 21:55:59 -06:00
PqHandle.php Automatically remove idle connections from pool 2018-01-02 16:26:28 -06:00
PqStatement.php Hold statements from pools 2017-11-17 23:55:16 -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