Skip to content

Releases: makise-co/postgres

v2.0.6-beta11

12 Oct 05:23
2a1ea53
Compare
Choose a tag to compare
v2.0.6-beta11 Pre-release
Pre-release
Merge pull request #23 from makise-co/feature/pq-concurrent-statement…

v2.0.6-beta2

07 Oct 20:35
34eb4b6
Compare
Choose a tag to compare
v2.0.6-beta2 Pre-release
Pre-release

Try to handle "prepared statement already exists" error in Pq driver #20

Concurrent statements fix (port from AMPHP)

24 Sep 14:28
a2e0d60
Compare
Choose a tag to compare
v2.0.6-beta1

Merge pull request #19 from makise-co/feature/pq-concurrent-statement…

Concurrent statements fix

19 Nov 14:15
2ad5f61
Compare
Choose a tag to compare

Fixed bug with concurrent allocation and de-allocation of the same statement at the same time

v2.0.4

25 Oct 11:55
fbaaf17
Compare
Choose a tag to compare
Remove ext-pgsql dependency

v2.0.3: Merge pull request #17 from makise-co/feature/save-original-options

21 Oct 19:17
0dab2db
Compare
Choose a tag to compare
Pass $options['options'] as array instead of string to ConnectionConfig

v2.0.2: Merge pull request #16 from makise-co/feature/swoole-driver

15 Sep 07:42
c91e54d
Compare
Choose a tag to compare
  • PgSql Driver implementation (ext-pgsql)
  • Swoole Driver Implementation (ext-swoole_postgresql)

v2.0.1: Merge pull request #11 from makise-co/feature/refactoring-v2

09 Sep 10:23
75bcc04
Compare
Choose a tag to compare
Added postgres error code to QueryExecutionError

New architecture

09 Sep 01:55
03ead8e
Compare
Choose a tag to compare
New architecture Pre-release
Pre-release
Merge pull request #10 from makise-co/feature/refactoring-v2

Code quality refactoring

Code quality refactoring

06 Aug 23:28
ef27904
Compare
Choose a tag to compare
Pre-release
Merge pull request #9 from makise-co/feature/refactoring

Code quality refactoring