strongduanmu commented on issue #30342: URL: https://github.com/apache/shardingsphere/issues/30342#issuecomment-1970507643
@TherChenYang Thank you for testing this out. SQLServer looks like a PostgreSQL database, which has both a database and a schema, so we should remove the database segment, not the schema segment when sql rewrite. You can take a look for RemoveTokenGenerator class, it seems that SQLServer does not follow the `owner.owner` format for parsing. -- 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]
