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 6b2ed20 commit feab13eCopy full SHA for feab13e
internal/engine/sqlite/convert.go
@@ -1079,7 +1079,7 @@ func (c *cc) convertCastExpr(n *parser.Expr_castContext) ast.Node {
1079
TypeName: &ast.TypeName{
1080
Name: name,
1081
Names: &ast.List{Items: []ast.Node{
1082
- NewIdentifier(name),
+ &ast.String{Str: name},
1083
}},
1084
ArrayBounds: &ast.List{},
1085
},
0 commit comments