We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc6178 commit f96386dCopy full SHA for f96386d
internal/engine/sqlite/convert.go
@@ -1035,7 +1035,7 @@ func (c *cc) convertUpdate_stmtContext(n Update_stmt) ast.Node {
1035
}
1036
1037
relations := &ast.List{}
1038
- tableName := n.Qualified_table_name().GetText()
+ tableName := identifier(n.Qualified_table_name().GetText())
1039
rel := ast.RangeVar{
1040
Relname: &tableName,
1041
Location: n.GetStart().GetStart(),
0 commit comments