Skip to content

Releases: makise-co/postgres-spiral-driver

Allow PHP 8

26 Nov 01:56
599b60a
Compare
Choose a tag to compare
Merge pull request #9 from makise-co/feature/php-8

Allow PHP 8

Support newer version of Spiral Database

24 Sep 15:01
352a6d3
Compare
Choose a tag to compare
v1.0.6

Merge pull request #8 from makise-co/feature/support-newer-version-of…

v1.0.5: Merge pull request #7 from makise-co/feature/fix-get-pk-deadlock

27 Jan 13:36
4874467
Compare
Choose a tag to compare

Fixed deadlock in getPrimaryKey method when connection error occurs #7

Bugfixes #2

19 Nov 11:04
de07372
Compare
Choose a tag to compare
  • Fixed statement de-allocation error during transactions
  • Fixed bug that caused driver cannot be used with only one connection in the connection pool
  • Written more test cases (e.g. concurrent transactions)

v1.0.3: Merge pull request #5 from makise-co/feature/transaction-stmt-error-fix

19 Nov 08:28
6e95585
Compare
Choose a tag to compare

Release candidate 2

22 Oct 01:44
a450dc4
Compare
Choose a tag to compare
Release candidate 2 Pre-release
Pre-release
Merge pull request #4 from makise-co/feature/initial

Readme update

Release candidate

22 Oct 00:04
ed52de1
Compare
Choose a tag to compare
Release candidate Pre-release
Pre-release
Merge pull request #3 from makise-co/feature/initial

Pool configuration options

Initial release

06 Aug 03:47
545fa23
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
Merge pull request #1 from makise-co/feature/initial

Initial commit