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.

Home Page:https://packagist.org/packages/martin-georgiev/postgresql-for-doctrine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for DBAL v4

adrianrudnik opened this issue · comments

See the release statement.

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

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.