-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Milestone
Description
ONLY_FULL_GROUP_BY is now an optional flag for MySQL connections, and disabled by default in MySQL 5.7+. I think we should replace the adapter (deprecate the existing one, introduce a new modern one) because MySQL changed the behaviour of their software.
If this flag is not added to connections on newer versions of MySQL it will break queries.
Reactions are currently unavailable