jsor / doctrine-postgis

Spatial and Geographic Data with PostGIS and Doctrine.
MIT License
209 stars 50 forks source link

Plan for using TokenType constants instead of Doctrine\ORM\Query\TokenType\Lexer ? #70

Open revollat opened 4 months ago

revollat commented 4 months ago

Hi, I noticed that the DQL defined functions uses Doctrine\ORM\Query\TokenType\Lexer constants (e.g. Lexer::T_IDENTIFIER) to parse AST but those constants now lives in Doctrine\ORM\Query\TokenType (at least for Doctrine ORM version 3.2.1) I can contribute to make this changes if anyone is interested.