atk4 / dsql

Object-Oriented SQL Query Builder
https://agiletoolkit.org/
MIT License
58 stars 23 forks source link

Drop dangerous Expression::__toString() support #270

Closed mvorisek closed 3 years ago

mvorisek commented 3 years ago

merge once https://github.com/atk4/data/pull/774 is RTM

imagine using expr like:

new Expression($nameExpr . ' as name')

:)