pk-218 opened a new pull request #16312: URL: https://github.com/apache/shardingsphere/pull/16312
Fixes #15746 - [x] Added dropForeignTable in PostgreSQLStatementParser grammar - [x] Created DropForeignTableStatement as DDL statement - [x] Created PostgreSQLDropForeignTableStatement as DDL statement for PostgreSQL - [x] Added DropForeignTable as DDL statement in SQLVisitorRule - [x] Added visitDropForeignTable method in PostgreSQLDDLStatementSQLVisitor - [x] Removed DROP FOREGIN TABLE cases for PostgreSQL from unsupported.xml - [x] Created drop-foreign-table.xml and added supported DROP FOREIGN TABLE cases for PostgreSQL - [x] Created DropForeignTableStatementTestCase - [x] Created drop-foreign-table.xml and added corresponding SQL parser test cases - [x] Included drop-foreign-table.xml test cases in SQLParserTestCases - [x] Ran SQLParserParameterizedTest and UnsupportedSQLParserParameterizedTest for PostgreSQL and had no exceptions -- 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]
