mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Use single quotes in escapeStringForSql (#379)
This commit is contained in:
parent
cadd7545c5
commit
ad6e837aa5
@ -138,7 +138,7 @@ public class BulkUpdate {
|
|||||||
// ignored
|
// ignored
|
||||||
}
|
}
|
||||||
|
|
||||||
return "\"" + s + "\"";
|
return "'" + s + "'";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user