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] dameng + DB2 support upsert SQL #4434

Closed
2 of 3 tasks
melin opened this issue Mar 28, 2023 · 2 comments · Fixed by #7879
Closed
2 of 3 tasks

[Feature][jdbc] dameng + DB2 support upsert SQL #4434

melin opened this issue Mar 28, 2023 · 2 comments · Fixed by #7879
Labels

Comments

@melin
Copy link

melin commented Mar 28, 2023

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

DB2 + Dameng does not currently support upsert
https://github.com/apache/incubator-seatunnel/blob/dev/seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/dm/DmdbDialect.java

https://github.com/apache/incubator-seatunnel/blob/dev/seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/db2/DB2Dialect.java

dameng merge into sql:
https://eco.dameng.com/document/dm/zh-cn/sql-dev/practice-dml-operation.html#MERGE%20INTO%20%E6%93%8D%E4%BD%9C

db2 merge into sql:
https://www.ibm.com/docs/en/db2-for-zos/12?topic=statements-merge

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the stale label Apr 28, 2023
@github-actions
Copy link

github-actions bot commented May 6, 2023

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

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 a pull request may close this issue.

2 participants