Skip to content

Commit

Permalink
fix: fix using_index_clause missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Dysprosium0626 committed Jan 24, 2025
1 parent 83cb847 commit e8b11de
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 e8b11de

Please sign in to comment.