[
https://issues.apache.org/jira/browse/DRILL-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639952#comment-14639952
]
ASF GitHub Bot commented on DRILL-3153:
---------------------------------------
GitHub user dsbos opened a pull request:
https://github.com/apache/drill/pull/99
DRILL-3153: Fix JDBC's getIdentifierQuoteString() to report Drill's
backquote.
Added override of Avatica's default implementation returning SQL standard
value. Added Javadoc. Added unit test.
Also moved unit test for nullsAreSortedXxx methods.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dsbos/incubator-drill
bugs/drill-3153-getIdentifierQuoteString
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/99.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #99
----
commit 299fc974aca30e20cda65102b83fd7f071105e27
Author: dbarclay <[email protected]>
Date: 2015-07-24T00:46:05Z
DRILL-3153: Fix JDBC's getIdentifierQuoteString() to report Drill's
backquote.
Added override of Avatica's default implementation returning SQL
standard value. Added Javadoc. Added unit test.
Also moved unit test for nullsAreSortedXxx methods.
----
> 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)
> Fix For: 1.2.0
>
>
> 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)