You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed another command is already in progress errors being emitted from the ext-pq driver that could happen during periods of heavy load. (#41, #44)
Fixed an issue with the ext-pgsql driver where if a result was not consumed before a transaction was committed that a PHP notice would be issued about unconsumed results. (#23)
Fixed simultaneous statement allocation and deallocation which could cause a statement to subsequently not be found on a connection. (#38)