Releases: martin-georgiev/postgresql-for-doctrine
Releases · martin-georgiev/postgresql-for-doctrine
Support PHP 8
- #77 Allow support for PHP 8 (thanks to @massimilianobraglia)
- #70 Update documentation with some missed functions (thanks to @Gemorroj)
Add UNACCENT and add optional config argument to TO_TSQUERY and TO_TSVECTOR
Allow the primitive types of integer, string and float to be stored in a jsonb field
#66 Allow the primitive types of integer, string and float to be stored in a Jsonb field
Add support for aggregate functions
Add support for (NOT) SIMILAR TO
Thanks to @Gemorroj and @strider2038 for their PRs.
Bugfix release
Bugfix release
#51 Fix Doctrine v2 deprecation (thanks to @GawainLynch)
Accept more varied arguments for some functions
- #48
TO_TSVECTOR
,TO_TSQUERY
,TO_JSON
andTO_JSONB
accept more varied arguments (thanks to @magnusnordlander) - #47 Add missing steps for adding own types based on official Doctrine documentation (thanks to @bednic)
- #45 Add some examples and known common errors