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

[Bug][chunjun-connector-pgwal] pgwal does not support uppercase schema or uppercase table #1272

Closed
3 tasks done
momisabuilder opened this issue Sep 21, 2022 · 1 comment
Closed
3 tasks done
Labels
bug Something isn't working

Comments

@momisabuilder
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

Uploading 0241a145b6018be577e0abc4377b1c8.jpg…

What you expected to happen

1

How to reproduce

通过postgresql客户端
1.创建schema语句:create schema "LWJDB"
2.创建表:
CREATE TABLE "LWJDB"."test"(
COL1 INT ,
COL2 INT
);

Anything else

No response

Version

master

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@momisabuilder momisabuilder added the bug Something isn't working label Sep 21, 2022
momisabuilder added a commit to momisabuilder/chunjun that referenced this issue Sep 21, 2022
@FlechazoW
Copy link
Member

PR merged. #1273

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants