lameyer commented on a change in pull request #1477: [CALCITE-3377] HSQLDB is 
case insensitive
URL: https://github.com/apache/calcite/pull/1477#discussion_r329727986
 
 

 ##########
 File path: 
core/src/main/java/org/apache/calcite/sql/dialect/HsqldbSqlDialect.java
 ##########
 @@ -35,7 +35,8 @@
 public class HsqldbSqlDialect extends SqlDialect {
   public static final SqlDialect DEFAULT =
       new HsqldbSqlDialect(EMPTY_CONTEXT
-          .withDatabaseProduct(DatabaseProduct.HSQLDB));
+          .withDatabaseProduct(DatabaseProduct.HSQLDB)
+          .withCaseSensitive(false));
 
 Review comment:
   Ah so I think it might only be case insensitive for unquoted column/table 
names, which is where I was running into this... Is there a way to set that in 
Calcite?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to