mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-03 14:01:47 +01:00
0a14d17d7a
MySQL breaks GROUP BY syntax of standard SQL, and allows arbitrary columns with aggregate functions. The ONLY_FULL_GROUP_BY stops this, instead raising an error. Since the SQL was originally designed with this mode on, restricting the SQL broke the code in a few places. Adding the extra group by clauses solves the issue without effecting query results. These issues will be caught by MySQLTest in the future, since the issues could be reproduced by enabling ONLY_FULL_GROUP_BY mode. Affects issues: - Fixed #2619 |
||
---|---|---|
.. | ||
api | ||
bukkit | ||
bungeecord | ||
common | ||
config/checkstyle | ||
extensions | ||
fabric | ||
gradle/wrapper | ||
nukkit | ||
plugin | ||
react/dashboard | ||
sponge | ||
velocity | ||
build.gradle | ||
checkstyle.xml | ||
Class Diagram.xml | ||
Database.jpg | ||
Database.xml | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
json-endpoints.md | ||
PlanEnable.jpg | ||
settings.gradle |