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 6d32f72 commit b520e90Copy full SHA for b520e90
internal/engine/sqlite/convert.go
@@ -980,7 +980,7 @@ func (c *cc) convertCastExpr(n *parser.Expr_castContext) ast.Node {
980
func (c *cc) convertCollateExpr(n *parser.Expr_collateContext) ast.Node {
981
return &ast.CollateExpr{
982
Xpr: c.convert(n.Expr()),
983
- Arg: NewIdentifer(n.Collation_name().GetText()),
+ Arg: NewIdentifier(n.Collation_name().GetText()),
984
Location: n.GetStart().GetStart(),
985
}
986
0 commit comments