Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ysmintor opened this issue Apr 26, 2024 · 0 comments · Fixed by #65
Closed

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

ysmintor opened this issue Apr 26, 2024 · 0 comments · Fixed by #65

Comments

@ysmintor
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant