oceanbase / flink-connector-oceanbase

Apache Flink Connector for OceanBase.
https://oceanbase.github.io/flink-connector-oceanbase/
Apache License 2.0
14 stars 6 forks source link

[Feature]: Add parameters to control handling of lowercase when SQL concatenation #64

Closed ysmintor closed 4 months ago

ysmintor commented 4 months ago

Describe your use case

In Oceanbase, under the Oracle tenant, uppercase is created in lowercase. Some SQL editors will automatically perform syntax conversion when querying, but in FlinkSQL, if table names and column names are all lowercase in DDL, while writing data in FlinkSQL must be uppercase. Unlike the habit of definition at the same time, writing in lowercase will fail.

Describe the solution you'd like

We can add parameters in oceanbase connector to automate it.

Describe alternatives you've considered

No response

Additional context

No response