Plan/Plan
Aurora Lahtela 0a14d17d7a Fixed issues related to MySQL ONLY_FULL_GROUP_BY
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
2022-09-25 10:30:13 +03:00
..
api Javadocs for Table column formats 2022-09-04 09:05:06 +03:00
bukkit Improve database error messages 2022-09-02 18:49:36 +03:00
bungeecord Remove some uses of PlanPlugin#getDataFolder (deprecated) 2022-08-31 12:48:19 +03:00
common Fixed issues related to MySQL ONLY_FULL_GROUP_BY 2022-09-25 10:30:13 +03:00
config/checkstyle Test and fix user move and combination transactions 2022-08-27 15:20:23 +03:00
extensions Update Quests Extension, add PikaMug as contributor 2022-09-15 17:37:44 +03:00
fabric Improve database error messages 2022-09-02 18:49:36 +03:00
gradle/wrapper Fixes for Fabric 1.19 by Kopo (#2419) 2022-06-10 16:21:53 +03:00
nukkit Improve database error messages 2022-09-02 18:49:36 +03:00
plugin Add /plan db migrate_to_online_uuids command 2022-08-21 12:19:52 +03:00
react/dashboard Fix player list routing to wrong player url 2022-09-25 09:20:39 +03:00
sponge Improve database error messages 2022-09-02 18:49:36 +03:00
velocity Fix VelocitySystemTest 2022-08-31 13:03:42 +03:00
build.gradle Bump sqlite-jdbc from 3.39.2.1 to 3.39.3.0 in /Plan (#2611) 2022-09-23 23:26:49 +03:00
checkstyle.xml
Class Diagram.xml
Database.jpg
Database.xml
gradle.properties Double JVM heap space for gradle 2022-07-13 22:08:04 +03:00
gradlew Build system & pipeline changes (#2024) 2021-07-23 16:49:34 +03:00
gradlew.bat Gradle 7 Update by Kopo (#1931) 2021-06-12 08:24:24 +03:00
json-endpoints.md Update json-endpoints.md 2021-03-25 15:54:28 +02:00
PlanEnable.jpg
settings.gradle Add sponge as plugin repository 2022-07-02 11:38:50 +03:00