You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/03/17 08:54:08 UTC

[GitHub] [ignite] Aleksei-Litsov commented on a change in pull request #7521: IGNITE-8152 Forbid empty sql schema name

Aleksei-Litsov commented on a change in pull request #7521: IGNITE-8152 Forbid empty sql schema name
URL: https://github.com/apache/ignite/pull/7521#discussion_r393525238
 
 

 ##########
 File path: modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/H2ConnectionWrapper.java
 ##########
 @@ -73,6 +73,11 @@ public void schema(@Nullable String schema) {
     public Connection connection(@Nullable String schema) {
         if (schema != null && !F.eq(this.schema, schema)) {
             try {
+
+                if(schema != null && schema.trim().isEmpty()){
 
 Review comment:
   fixed

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services