lwtdev opened a new pull request #8160:
URL: https://github.com/apache/shardingsphere/pull/8160
Fixes #7978
* **Fix parse problem in delete multi table statement**
* Added missing logic for `selectWithInto` when visit select.
* Supported table assert form `DeleteStatementTestCase`
* Added test cases for select-into statements; case
`select_into_out_file_with_fields_and_escaped` and
`select_into_with_lock_before_into` are supported in MySQL 8.0 but not
in MySQL 5.7.
* **Fix parse problem in select into statement**
* Table names should split with COMMA_ (',') in `multipleTablesClause`.
* Added test cases for delete multi table statements.
* **Support of table for select lock statement in MySQL**
* Fix definition of `lockClause`
* Supported lock assert for `SelectStatementTestCase`, add test cases for
select lock statement
* For table rewriting, change definition of `LockSegment`, add
`extractTablesFromLock` in `TableExtractor`
----------------------------------------------------------------
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]