ClaireLytt commented on PR #39093: URL: https://github.com/apache/shardingsphere/pull/39093#issuecomment-5289029928
@terrymanu Thank you for your guidence! I have added test like ``` UPDATE [@MyTable] SET ... FROM @MyTable UPDATE "@MyTable" SET ... FROM @MyTable UPDATE dbo.[@MyTable] SET ... FROM @MyTable UPDATE dbo."@MyTable" SET ... FROM @MyTable ``` Please review again. I'm apreciate the time you spent on this pr! -- 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]
