issues
search
ND-Framework
/
ND_Core
ND Framework core
https://discord.gg/nC82d8zvjM
GNU General Public License v3.0
54
stars
36
forks
source link
Escape SQL `groups` column value and LONGTEXT defaults.
#44
Closed
ReckerXF
closed
10 months ago
ReckerXF
commented
10 months ago
Escaped the "groups" column value in the inserted rows as groups is a reserved keyword in MySQL.
Fixed the LONGTEXT default values from "[]" to ("[]") which adds compatibility for MySQL8.