mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
chore: improve DML check (#30417)
This commit is contained in:
@@ -362,7 +362,7 @@ class SQLStatement(BaseSQLStatement[exp.Expression]):
|
||||
|
||||
"""
|
||||
return {
|
||||
eq.this.sql(): eq.expression.sql()
|
||||
eq.this.sql(comments=False): eq.expression.sql(comments=False)
|
||||
for set_item in self._parsed.find_all(exp.SetItem)
|
||||
for eq in set_item.find_all(exp.EQ)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user