Liangda-w opened a new issue #10513:
URL: https://github.com/apache/shardingsphere/issues/10513


   This issue is related to the Google Summer of Code (GSoC) 2021 project - 
[Proofread the Oracle DDL/TCL SQL 
Definitions](https://summerofcode.withgoogle.com/projects/#5167124928004096). 
   Meanwhile, it is a sub-issue of #6480.
   
   ### Background
   
   ShardingSphere parser engine helps users parse a SQL to get the AST 
(Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). 
At present, this parser engine can handle SQLs for MySQL, PostgreSQL, 
SQLServer, and Oracle, which means we have to understand different database 
dialects SQLs. This project is focused on proofreading all the Oracle TCL 
(Transaction Control Language) and DDL (Data Definition Language) SQL 
definitions except for ALTER, DROP, CREATE and TRUNCATE.
   
   ### Subtasks
   #### TCL
   - [ ] SET TRANSACTION
   - [ ] SET CONSTRAINT(S)
   
   #### DDL
   - [ ] ANALYZE
   - [ ] ASSOCIATE STATISTICS
   - [ ] DISASSOCIATE STATISTICS
   - [ ] AUDIT (Unified Auditing)
   - [ ] NOAUDIT (Unified Auditing)
   - [ ] COMMENT
   - [ ] FLASHBACK DATABASE
   - [ ] FLASHBACK TABLE
   - [ ] PURGE
   - [ ] RENAME
   
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to