Allow to specify arbitrary SQL expression in AbstractPlatform::getDummySelectSQL()
For testing purposes and not only, it may be needed to evaluate an arbitrary SQL expression (see https://github.com/doctrine/dbal/pull/3013, https://github.com/doctrine/dbal/pull/3108). Instead of doing `str_replace()` on an expected string, one could specify the expression explicitly.
Showing
Please register or sign in to comment