Closed FlyingZC closed 1 year ago
Hi community, This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). Currently, we are planning to enhance the support for Oracle SQL parsing in ShardingSphere.
More details: https://shardingsphere.apache.org/document/current/en/reference/sharding/parse/
This issue is to support more oracle sql parse, as follows:
ALTER TABLESPACE tbs_02 OFFLINE NORMAL;
ALTER TABLESPACE users ONLINE
ALTER TABLESPACE users OFFLINE TEMPORARY; ALTER TABLESPACE tools OFFLINE TEMPORARY;
ALTER TABLESPACE users OFFLINE NORMAL;
g4
@strongduanmu This issue has been fixed by https://github.com/apache/shardingsphere/pull/27929.
Thank you, I just assign this issue to you, and close it now.
Background
Hi community, This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). Currently, we are planning to enhance the support for Oracle SQL parsing in ShardingSphere.
More details: https://shardingsphere.apache.org/document/current/en/reference/sharding/parse/
Task
This issue is to support more oracle sql parse, as follows:
Process
Relevant Skills
g4
file