You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/05/20 19:41:00 UTC

[jira] [Comment Edited] (DRILL-3153) DatabaseMetaData.getIdentifierQuoteString() returns (standard) double-quote, not Drill's back quote

    [ https://issues.apache.org/jira/browse/DRILL-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14552719#comment-14552719 ] 

Daniel Barclay (Drill) edited comment on DRILL-3153 at 5/20/15 5:40 PM:
------------------------------------------------------------------------

Note:  Most other DatabaseMetaData method implementations are left at Avatica's default, not reporting Drill's true values.

(SQuirreL shows lots of data from DatabaseMetaData when you select an open database connection in the Objects tab's tree view.  (See its Metadata, String Functions, Data Types, etc., tabs.))




was (Author: dsbos):
Note:  Most other DatabaseMetaData method implementations are left at Avatica's default, not reporting Drill's true values.

(SQuirreL shows lost of data from DatabaseMetaData when you select an open database connection in the Objects tab's tree view.  (See its Metadata, String Functions, Data Types, etc., tabs.))



> DatabaseMetaData.getIdentifierQuoteString() returns (standard) double-quote, not Drill's back quote
> ---------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-3153
>                 URL: https://issues.apache.org/jira/browse/DRILL-3153
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - JDBC
>            Reporter: Daniel Barclay (Drill)
>            Assignee: Daniel Barclay (Drill)
>
> Drill's implementation of java.sql.DatabaseMetaData.getIdentifierQuoteString() returns a double quote character (the standard SQL identifier quoting character and the Avatica default) instead of returning a back quote (Drill's actual identifier quoting character).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)