amphp / postgres

Async Postgres client for PHP based on Amp.
MIT License
96 stars 20 forks source link

Fixed case where operators containing question mark were erroneously substituted by the parameter parser #40

Closed Bilge closed 3 years ago

Bilge commented 3 years ago

Fixes #39.

trowski commented 3 years ago

@Bilge I get several tests failing due to the regex not providing the matches expected.