Releases: hyperf/database-pgsql
Releases · hyperf/database-pgsql
Release v3.0.23
Support Full-Text Search for `database`. (#5765)
Release v3.0.21
Fixed bug that pgsql cannot init when using pgsql-swoole. (#5730)
Release v3.0.20
Support for adding full-text index using `migration`. (#5701)
Release v3.0.18
Instead of classes and functions of `Hyperf\Utils` (#5674) Co-authored-by: 李铭昕 <[email protected]>
Release v3.0.17
Use `Hyperf\Stringable\Str` instead of `Hyperf\Utils\Str` (#5634)
Release v3.0.16
Use `Hyperf\Context\ApplicationContext` instead of `Hyperf\Utils\Appl…
Release v3.0.15
Use `Hyperf\Collection\Arr` instead of `Hyperf\Utils\Arr`. (#5594)
Release v3.0.13
Added method `Query\Builder::upsert()`. (#5562)
Release v3.0.7
Fixed bug that database-pgsql does not support migration. (#5417)
Release v3.0.6
Fixed bug that non-existing method `exec` called by `SwoolePostgresql…