1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-12 09:29:57 +01:00
postgres/lib/Internal
Aaron Piotrowski eb9546b20d
Prevent reuse of connection after prepare
Prevents overlap of commands at the cost of a long-held prepare may block commands.
2017-08-01 23:35:48 -05:00
..
Operation.php Remove __destruct() from Internal\Operation 2017-07-29 10:25:06 -05:00
PooledConnection.php Add Link interface; make PooledConnection internal 2017-08-01 23:01:55 -05:00
PooledStatement.php Prevent reuse of connection after prepare 2017-08-01 23:35:48 -05:00
PqStatementStorage.php Reuse statement handles 2017-07-27 23:20:46 -05:00
StatementStorage.php Reuse statement handles 2017-07-27 23:20:46 -05:00