SQL Expressions: Allow IS keyword (#102841)

This commit is contained in:
Sam Jewell
2025-03-26 09:05:42 +00:00
committed by GitHub
parent 01c7283a88
commit 6be7829acf
2 changed files with 8 additions and 0 deletions

View File

@ -93,6 +93,9 @@ func allowedNode(node sqlparser.SQLNode) (b bool) {
case *sqlparser.Into:
return
case *sqlparser.IsExpr:
return
case *sqlparser.JoinTableExpr, sqlparser.JoinCondition:
return