o数据源为 oracle SQLUtils.format 或 SQLUtils.parseStatements 无法 解析1ROW MOVEMENT等问题
Open
- Dominant language
- Java
- Stars
- 28.2k
- Forks
- 8.6k
- PR merge metrics
- No merged PRs in 30d
Description
以oracle为数据源
无法解析 以下的语句
1、ALTER TABLE tablename ENABLE ROW MOVEMENT
2、ALTER INDEX indexname LOGGING;
3、ALTER TABLE tablename DROP UNIQUE (col1 ,col2)
Contributor guide
Research direction
Start with SQLUtils.format and SQLUtils.parseStatements using the three Oracle statements in the report as reproductions. Trace how ALTER TABLE and ALTER INDEX statements are parsed, then verify that all three examples parse successfully without errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100