You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "RaigorJiang (via GitHub)" <gi...@apache.org> on 2023/04/11 14:54:26 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new pull request, #25118: Fixes #25113. Optimize usage of PostgreSQLDatabaseType and OpenGaussDatabaseType

RaigorJiang opened a new pull request, #25118:
URL: https://github.com/apache/shardingsphere/pull/25118

   Fixes #25113.
   
   Changes proposed in this pull request:
     - Replace `databaseType instanceof PostgreSQLDatabaseType || databaseType instanceof OpenGaussDatabaseType` with `databaseType instanceof SchemaSupportedDatabaseType`
   
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] strongduanmu merged pull request #25118: Fixes #25113. Optimize usage of PostgreSQLDatabaseType and OpenGaussDatabaseType

Posted by "strongduanmu (via GitHub)" <gi...@apache.org>.
strongduanmu merged PR #25118:
URL: https://github.com/apache/shardingsphere/pull/25118


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org