Nakiami / mellivora

Mellivora is a CTF engine written in PHP
GNU General Public License v3.0
440 stars 171 forks source link

Fix queries failing with ONLY_FULL_GROUP_BY #141

Open XRevan86 opened 4 years ago

XRevan86 commented 4 years ago

Proper queries should not try to select attributes that are not wrapped in aggregate functions. This fixes an error on MariaDB with ONLY_FULL_GROUP_BY enabled.