vmeow / f2pehp

BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

[FIX] DISTINCT and ORDER BY clauses must have the columns in the SELE… #126

Closed vmeow closed 3 years ago

vmeow commented 3 years ago

…CT; however, non-combats are technically not a column so this was causing an issue. The fix is just sort the results later.

Has been tested on staging (https://f2pehp2.herokuapp.com/) and resolves Issue #121