Releases: hyperf/database-pgsql
Releases · hyperf/database-pgsql
Release v3.0.4
Fixed bug that `PgSQLSwooleConnection::unprepared` cannot work. (#5332) Co-authored-by: 李铭昕 <[email protected]>
Release v3.0.3
Fixed bug that PostgresSQL can't work when create connection timed ou…
Release v3.0.0-rc.18
Fixed bug that `PGSqlSwooleConnection::affectingStatement()` can't wo…
Release v3.0.0
Fixed bug that `PGSqlSwooleConnection::affectingStatement()` can't wo…
Release v3.0.0-rc.13
Format code (#5172)
Release v3.0.0-rc.12
Fix getting affected rows from $statement not $pdo (#5166)
Release v3.0.0-rc.11
Add error checking for `PostgreSQLStatement::execute` method. (#5121)
Release v3.0.0-rc.8
Format code. (#5069)
Release v3.0.0-rc.3
Preferentially use configuration to improve startup speed (#5020)
Release v3.0.0-beta.1
Fixed bug that test cases cannot work for pqsql.