lancelly opened a new pull request, #27890: URL: https://github.com/apache/shardingsphere/pull/27890
In this RP, I supported accessing object for Oracle SQL reffering to this: https://docs.oracle.com/cd/E11882_01/server.112/e41084/expressions011.htm#SQLRF52088 The related issus is : https://github.com/apache/shardingsphere/issues/27569 The following SQL(OE-6-6) can now be parsed: ``` SELECT o.item.line_item_id, o.item.quantity FROM short_orders o; ``` Also, in this pr, I refactored some methods to avoid high complexity issue. -- 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]
