Skip to content

Releases: hyperf/database-pgsql

Release v3.0.23

02 Jun 03:50
Compare
Choose a tag to compare
Support Full-Text Search for `database`. (#5765)

Release v3.0.21

18 May 03:01
Compare
Choose a tag to compare
Fixed bug that pgsql cannot init when using pgsql-swoole. (#5730)

Release v3.0.20

12 May 05:05
Compare
Choose a tag to compare
Support for adding full-text index using `migration`. (#5701)

Release v3.0.18

26 Apr 04:12
Compare
Choose a tag to compare
Instead of classes and functions of `Hyperf\Utils` (#5674)


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

Release v3.0.17

19 Apr 06:28
Compare
Choose a tag to compare
Use `Hyperf\Stringable\Str` instead of `Hyperf\Utils\Str` (#5634)

Release v3.0.16

12 Apr 08:26
Compare
Choose a tag to compare
Use `Hyperf\Context\ApplicationContext` instead of `Hyperf\Utils\Appl…

Release v3.0.15

07 Apr 09:03
Compare
Choose a tag to compare
Use `Hyperf\Collection\Arr` instead of `Hyperf\Utils\Arr`. (#5594)

Release v3.0.13

26 Mar 04:16
Compare
Choose a tag to compare
Added method `Query\Builder::upsert()`. (#5562)

Release v3.0.7

17 Feb 23:03
Compare
Choose a tag to compare
Fixed bug that database-pgsql does not support migration. (#5417)

Release v3.0.6

12 Feb 01:01
Compare
Choose a tag to compare
Fixed bug that non-existing method `exec` called by `SwoolePostgresql…