julianhyde commented on issue #1477: [CALCITE-3377] HSQLDB is case insensitive
URL: https://github.com/apache/calcite/pull/1477#issuecomment-536696408
 
 
   @lameyer Ah, I saw your comment in the CALCITE-3377. HSQLDB seems to be 
case-insensitive but is actually case-sensitive. It converts unquoted 
identifiers to upper-case. The fix is probably not `.withCaseSensitive(false)` 
but something like `.withUnquotedCasing(UPPER)`.

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