fix: mysql query using __interval_ms variable throws error
fixes #14507
This commit is contained in:
@@ -52,7 +52,7 @@ export default class MysqlQuery {
|
||||
}
|
||||
|
||||
escapeLiteral(value) {
|
||||
return value.replace(/'/g, "''");
|
||||
return String(value).replace(/'/g, "''");
|
||||
}
|
||||
|
||||
hasTimeGroup() {
|
||||
|
||||
Reference in New Issue
Block a user