[
https://issues.apache.org/jira/browse/FLINK-32697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser updated FLINK-32697:
-----------------------------------
Priority: Major (was: Blocker)
> When using JDBC to insert data into the oracle database, an error will be
> reported if the target field is lowercase,
> --------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-32697
> URL: https://issues.apache.org/jira/browse/FLINK-32697
> Project: Flink
> Issue Type: Bug
> Components: Connectors / JDBC
> Affects Versions: jdbc-3.1.1
> Reporter: sunyanyong
> Priority: Major
> Attachments: image-2023-07-27-10-39-31-884.png
>
>
> When using JDBC to insert data into the oracle database, if the target field
> is lowercase, an error will be reported.
> An example input format is "insert into tableName(ID, `"name"`) values(1,
> 'test')".
> The reason for the error is that there is a problem with the judgment logic
> in the
> FieldNamedPreparedStatementImpl.java. The judgment logic will treat double
> quotes as delimiters.
> !image-2023-07-27-10-39-31-884.png|width=876,height=540!
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)