Fix column's statistics errors
This commit is contained in:
@@ -18,6 +18,9 @@ class MySQLDriver(BaseDriver):
|
||||
super().__init__(config)
|
||||
self.db_type = "mysql"
|
||||
|
||||
def quote_identifier(self, name: str) -> str:
|
||||
return f"`{name}`"
|
||||
|
||||
def _connect_kwargs(self) -> dict:
|
||||
kw = {
|
||||
"host": self.config.get("host", "localhost"),
|
||||
|
||||
Reference in New Issue
Block a user