Skip to content

Commit

Permalink
fix: fix using_index_clause missing properties (#4395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dysprosium0626 authored Feb 15, 2025
1 parent 179eefe commit ad40657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/plsql/PlSqlParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -4927,7 +4927,7 @@ enable_disable_clause
;

using_index_clause
: USING INDEX (index_name | '(' create_index ')' | index_attributes)?
: USING INDEX (index_name | '(' create_index ')' | index_properties)
;

index_attributes
Expand Down

0 comments on commit ad40657

Please sign in to comment.