Releases: makise-co/postgres
Releases · makise-co/postgres
v2.0.6-beta11
Merge pull request #23 from makise-co/feature/pq-concurrent-statement…
v2.0.6-beta2
Try to handle "prepared statement already exists" error in Pq driver #20
Concurrent statements fix (port from AMPHP)
v2.0.6-beta1 Merge pull request #19 from makise-co/feature/pq-concurrent-statement…
Concurrent statements fix
Fixed bug with concurrent allocation and de-allocation of the same statement at the same time
v2.0.4
v2.0.3: Merge pull request #17 from makise-co/feature/save-original-options
Pass $options['options'] as array instead of string to ConnectionConfig
v2.0.2: Merge pull request #16 from makise-co/feature/swoole-driver
- PgSql Driver implementation (ext-pgsql)
- Swoole Driver Implementation (ext-swoole_postgresql)
v2.0.1: Merge pull request #11 from makise-co/feature/refactoring-v2
Added postgres error code to QueryExecutionError
New architecture
Merge pull request #10 from makise-co/feature/refactoring-v2 Code quality refactoring
Code quality refactoring
Merge pull request #9 from makise-co/feature/refactoring Code quality refactoring