Closed mvorisek closed 2 years ago
fixes several hidden bugs and also https://github.com/atk4/data/pull/784
Expression::render() does no longer mutate the instance state, the result of the method is now an array with a rendered SQL and corresponding params
Expression::render()
this method is expected to be not used in a higer level code thus the impact should be minimal
fixes several hidden bugs and also https://github.com/atk4/data/pull/784
BC break
Expression::render()
does no longer mutate the instance state, the result of the method is now an array with a rendered SQL and corresponding paramsthis method is expected to be not used in a higer level code thus the impact should be minimal