auraphp/Aura.SqlQuery

Common quoter is always used when using common query factory

djmattyg007 opened this issue · 1 comments

See here: https://github.com/auraphp/Aura.SqlQuery/blob/3.x/src/QueryFactory.php#L209

This results in the common quoter being used when generating MySQL queries, which results in the incorrect quote type being used. Removing the $this->common check resolves the issue.

I believe this came about as part of the refactoring for #132.

Good catch. If you want to send a PR for credit, cool; otherwise I will attend to it. Thanks!