1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-04 10:18:17 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Aaron Piotrowski
989fdb7def
Remove listen() from Transaction
Created new interface Receiver for the listen() method that Transaction does not implement. Fixed Transaction implementation.
2018-07-11 17:47:30 -05:00
Aaron Piotrowski
667a94531c
Use decorators instead of Operation 2018-07-09 00:10:07 -05:00
Aaron Piotrowski
af543dba47
Remove lastUsedAt() from Handle
Unnecessary as it is defined in Executor in amphp/sql.
2018-07-02 18:18:49 -05:00
prolic
0472d5d560
Use common SQL interface library 2018-07-01 12:33:12 -05:00
Aaron Piotrowski
9135a282f7
Move isAlive() from Handle to Executor 2018-06-16 09:51:45 -05:00
Aaron Piotrowski
61ea8388af
lib → src 2018-03-26 23:02:35 -05:00