Quote all identifier for MySQL/MariaDB. Closes # 54

This commit is contained in:
Boris Gulay
2020-04-21 21:29:42 +03:00
parent 8176ab9c26
commit f54d9c9618
6 changed files with 62 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
ALTER TABLE
ident_switch
`ident_switch`
MODIFY
username
varchar(64)
NULL;
`username`
varchar(64)
NULL;