1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-27 04:24:45 +01:00
postgres/lib
Aaron Piotrowski 202caf8552
Add Link interface; make PooledConnection internal
Cleaned up interfaces. Users can declare Executor or Link depending on their needs.
2017-08-01 23:01:55 -05:00
..
Internal Add Link interface; make PooledConnection internal 2017-08-01 23:01:55 -05:00
AbstractConnection.php Add Link interface; make PooledConnection internal 2017-08-01 23:01:55 -05:00
AbstractPool.php Add Link interface; make PooledConnection internal 2017-08-01 23:01:55 -05:00
AggregatePool.php Update for async-interop merge and other Amp changes 2017-03-17 10:17:24 -05:00
CommandResult.php Update for Amp ^2 2017-05-15 23:14:02 -05:00
Connection.php Add Link interface; make PooledConnection internal 2017-08-01 23:01:55 -05:00
ConnectionPool.php Throw Error for invalid connection count 2017-06-04 23:42:35 -05:00
Executor.php Reuse statement handles 2017-07-27 23:20:46 -05:00
FailureException.php Update and fix code styles 2017-06-20 22:59:42 -05:00
functions.php Update and fix code styles 2017-06-20 22:59:42 -05:00
Handle.php Add Handle interface and Pool::getConnection() 2017-08-01 00:38:12 -05:00
Link.php Add Link interface; make PooledConnection internal 2017-08-01 23:01:55 -05:00
Listener.php Remove __destruct() from Internal\Operation 2017-07-29 10:25:06 -05:00
Notification.php Update code styles 2017-05-15 23:28:37 -05:00
Operation.php Drop strict types 2016-12-29 23:21:17 -06:00
PendingOperationError.php Update and fix code styles 2017-06-20 22:59:42 -05:00
PgSqlCommandResult.php Drop countable interface from command result 2017-02-15 23:33:41 -06:00
PgSqlConnection.php Add Handle interface and Pool::getConnection() 2017-08-01 00:38:12 -05:00
PgSqlHandle.php Add Handle interface and Pool::getConnection() 2017-08-01 00:38:12 -05:00
PgSqlStatement.php Allow simultaneous querys again and deallocate pgsql statements 2017-07-27 00:32:34 -05:00
PgSqlTupleResult.php Update code styles 2017-05-15 23:28:37 -05:00
Pool.php Add Link interface; make PooledConnection internal 2017-08-01 23:01:55 -05:00
PoolError.php Update and fix code styles 2017-06-20 22:59:42 -05:00
PqBufferedResult.php Update code styles 2017-05-15 23:28:37 -05:00
PqCommandResult.php Update code styles 2017-05-15 23:28:37 -05:00
PqConnection.php Add Handle interface and Pool::getConnection() 2017-08-01 00:38:12 -05:00
PqHandle.php Add Handle interface and Pool::getConnection() 2017-08-01 00:38:12 -05:00
PqStatement.php Remove unneeded storage of name in PqStatement 2017-07-28 17:34:43 -05:00
PqUnbufferedResult.php Update code styles 2017-05-15 23:28:37 -05:00
QueryError.php Update and fix code styles 2017-06-20 22:59:42 -05:00
Statement.php Update promise resolution types in doc blocks 2017-05-24 09:59:06 -05:00
Transaction.php Add Handle interface and Pool::getConnection() 2017-08-01 00:38:12 -05:00
TransactionError.php Update and fix code styles 2017-06-20 22:59:42 -05:00
TupleResult.php Add return types on getCurrent() 2017-05-25 22:47:49 -05:00