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

Flavio Pompermaier commented on FLINK-14100:
--------------------------------------------

I was implementing the *getUpsertStatement()* method. Oracle (as MS SQL) handle 
this with MERGE INTO.
When retrieving the field names I tried to use double quotes in 
*quoteIdentifier()* but then{color:red} this implies that Oracle handles the 
passed schema/field names  as case sensitive{color} (that is pretty annoying 
IMHO).
Is it ok if I do not use double quotes to quote identifiers? Should I make this 
behavior configurable or not? In this case which property name do you suggest 
to use?

> Introduce OracleDialect
> -----------------------
>
>                 Key: FLINK-14100
>                 URL: https://issues.apache.org/jira/browse/FLINK-14100
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Connectors / JDBC
>            Reporter: Canbin Zheng
>            Assignee: Flavio Pompermaier
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to