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][jdbc] Jdbc database support identifier #5089

Merged
merged 21 commits into from
Sep 12, 2023

Conversation

XiaoJiang521
Copy link
Contributor

Purpose of this pull request

Check list


Option<String> FIELD_IDE =
Options.key("field_ide")
.stringType()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We support enum type, please use it.

}

@Override
public String quoteIdentifier(String identifier) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add test case for this new feature.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! e2e has been added

Copy link
Contributor

@TaoZex TaoZex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add this in the jdbc doc?

@ic4y ic4y closed this Aug 7, 2023
@ic4y ic4y reopened this Aug 7, 2023
@ic4y ic4y closed this Aug 8, 2023
@ic4y ic4y reopened this Aug 8, 2023
@ic4y
Copy link
Contributor

ic4y commented Aug 9, 2023

Related documents need to be updated

@XiaoJiang521
Copy link
Contributor Author

Do we need to add this in the jdbc doc?

Done !

@XiaoJiang521
Copy link
Contributor Author

Related documents need to be updated

Done!

@ic4y ic4y closed this Sep 5, 2023
@ic4y ic4y reopened this Sep 5, 2023
@Hisoka-X Hisoka-X merged commit 38b6d6e into apache:dev Sep 12, 2023
10 checks passed
gnehil pushed a commit to gnehil/seatunnel that referenced this pull request Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants