Skip to content

Releases: hyperf/database-pgsql

Release v3.0.4

22 Jan 14:56
Compare
Choose a tag to compare
Fixed bug that `PgSQLSwooleConnection::unprepared` cannot work. (#5332)



Co-authored-by: 李铭昕 <[email protected]>

Release v3.0.3

16 Jan 06:21
Compare
Choose a tag to compare
Fixed bug that PostgresSQL can't work when create connection timed ou…

Release v3.0.0-rc.18

28 Nov 03:50
Compare
Choose a tag to compare
Fixed bug that `PGSqlSwooleConnection::affectingStatement()` can't wo…

Release v3.0.0

03 Jan 05:27
Compare
Choose a tag to compare
Fixed bug that `PGSqlSwooleConnection::affectingStatement()` can't wo…

Release v3.0.0-rc.13

01 Nov 06:01
Compare
Choose a tag to compare
Format code (#5172)

Release v3.0.0-rc.12

29 Oct 08:23
Compare
Choose a tag to compare
Fix getting affected rows from $statement not $pdo (#5166)

Release v3.0.0-rc.11

11 Oct 02:52
Compare
Choose a tag to compare
Add error checking for `PostgreSQLStatement::execute` method. (#5121)

Release v3.0.0-rc.8

05 Sep 06:42
Compare
Choose a tag to compare
Format code. (#5069)

Release v3.0.0-rc.3

15 Aug 15:48
Compare
Choose a tag to compare
Preferentially use configuration to improve startup speed (#5020)

Release v3.0.0-beta.1

15 Aug 02:42
Compare
Choose a tag to compare
Fixed bug that test cases cannot work for pqsql.