FaaPz/PDO

v2.0 Performance Regression with Parameterized Conditionals

Closed this issue · 2 comments

kwhat commented

When using a Conditional that has an escaped parameter in a Select statement with a Join class, the query is extremely slow. We need to improve what is escaped and what isn't.

kwhat commented

There is still some work to be done, but this should allow people to use the clauses in conditional values.

kwhat commented

The patch i put in to address this in 2.0.1 / 2.1-dev seems to have resolved the issue.