terrymanu commented on issue #27138: URL: https://github.com/apache/shardingsphere/issues/27138#issuecomment-5329291105
Hi @FlyingZC, thanks for reporting this. The requested Oracle syntax support has been completed, so we can close this issue as completed. `DROP TABLESPACE` is supported by #27221, including `INCLUDING CONTENTS`, `INCLUDING CONTENTS AND DATAFILES`, `KEEP DATAFILES`, and `CASCADE CONSTRAINTS` variants, with parser test cases added under `drop-tablespace.xml`. The listed `DROP TYPE ... FORCE` / `VALIDATE` syntax is supported by #27217 as well. One note: `DROP TYPE BODY` and `CREATE TYPE BODY` listed in this issue are not covered yet. If they are still needed, please open a separate issue for Oracle type body parsing and we can continue there. Closing this issue as completed. Thanks again for your contribution to the community! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
