martin-georgiev / postgresql-for-doctrine

PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.
https://packagist.org/packages/martin-georgiev/postgresql-for-doctrine
MIT License
357 stars 42 forks source link

Add support for DBAL v4 #182

Closed adrianrudnik closed 7 months ago

adrianrudnik commented 7 months ago

See the release statement.

Current version can't be required by a default symfony webapp installation.

adrianrudnik commented 7 months ago

It breaks mostly in every usage of Lexer::* constants, like Lexer::T_IDENTIFIER. The enumerated types where moved to an enum declared \Doctrine\ORM\Query\TokenType, like \Doctrine\ORM\Query\TokenType::T_IDENTIFIER.

martin-georgiev commented 7 months ago

I believe https://github.com/martin-georgiev/postgresql-for-doctrine/releases/tag/v2.4.0 addressed the described issue.

martin-georgiev commented 7 months ago

Released in https://github.com/martin-georgiev/postgresql-for-doctrine/releases/tag/v2.4.1