You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/08/05 08:30:11 UTC

[GitHub] [shardingsphere] zjcnb commented on a change in pull request #11659: Add structure method for ShardingSphereDataSource

zjcnb commented on a change in pull request #11659:
URL: https://github.com/apache/shardingsphere/pull/11659#discussion_r683243129



##########
File path: shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/jdbc/core/datasource/ShardingSphereDataSource.java
##########
@@ -57,6 +57,15 @@
     
     private final String schemaName;
     
+    public ShardingSphereDataSource(final Map<String, DataSource> dataSourceMap, final Collection<RuleConfiguration> ruleConfigs, final Properties props) throws SQLException {
+        this.schemaName = DefaultSchema.LOGIC_NAME;

Review comment:
       done




-- 
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