Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: broken prepare statement in MySqlAdapter for MySql > 5.7
MySql introduced a sql mode called only_full_group_by which broke the prepare statement method. This is a workaround to be backwards compatible.
- Loading branch information