Skip to content

[feature][jdbc] Jdbc database support identifier#5089

Merged
Hisoka-X merged 21 commits into
apache:devfrom
XiaoJiang521:dev-jdbc-identifier
Sep 12, 2023
Merged

[feature][jdbc] Jdbc database support identifier#5089
Hisoka-X merged 21 commits into
apache:devfrom
XiaoJiang521:dev-jdbc-identifier

Conversation

@XiaoJiang521
Copy link
Copy Markdown
Contributor

Purpose of this pull request

Check list


Option<String> FIELD_IDE =
Options.key("field_ide")
.stringType()
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

ic4y commented Aug 9, 2023

Related documents need to be updated

@XiaoJiang521
Copy link
Copy Markdown
Contributor Author

Do we need to add this in the jdbc doc?

Done !

@XiaoJiang521
Copy link
Copy Markdown
Contributor Author

Related documents need to be updated

Done!

@ic4y ic4y closed this Sep 5, 2023
@ic4y ic4y reopened this Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants