1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-16 03:17:14 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
Aaron Piotrowski
2b8aeec1b9
Add getQuery() to Statement interface 2017-11-05 18:18:01 -06:00
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