ClaireLytt commented on PR #39093: URL: https://github.com/apache/shardingsphere/pull/39093#issuecomment-5352350184
@terrymanu Thank you for your guidence! I have added test in `TablesContext`, retain normal binder validation, and activate Encrypt rewriting ``` UPDATE [@MyTable] SET Remark = 'x' FROM @MyTable AS x UPDATE @MyTable SET Remark = 'x' FROM [@MyTable] AS src UPDATE "@MyTable" SET Remark = 'x' FROM @MyTable AS x UPDATE @MyTable SET Remark = 'x' FROM “@MyTable” AS x UPDATE dbo.[@MyTable] SET Remark = 'x' FROM @MyTable AS x UPDATE @MyTable SET Remark = 'x' FROM dbo.[@MyTable] AS src UPDATE dbo."@MyTable" SET Remark = 'x' FROM @MyTable AS x UPDATE @MyTable SET Remark = 'x' FROM dbo."@MyTable" AS src ``` 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]
