Skip to content

1.4.1

Compare
Choose a tag to compare
@trowski trowski released this 25 Aug 04:20
403d39c
  • Fixed type table caching for ext-pgsql.
  • 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)