tristaZero opened a new issue #10102: URL: https://github.com/apache/shardingsphere/issues/10102
Hi, community, This issue is to `override` the `create()`, `grantAll()`, and `diff()` of `SQLServerPrivilegeHandler` and also add unit tests for them in `SQLServerPrivilegeHandlerTest`. ### Definitions `create()`, means creating new users (from the signature) in the database. `grantAll()` means granting super privileges to users (from the signature) in the database. `diff()`, means getting the user list where the users do not exist in the database. ### Reference #10075 and #10073 are for your references. -- 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: us...@infra.apache.org