You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Current mysql writer in bitsail-connector-jdbc module supports the following two way to update data:
INSERT INTO ...
INSERT INTO ... xxxx=VALUES(...) ON DUPLICATE KEY UPDATE
This issue wants to support INSERT IGORE INTO ... in mysql connector.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
N/A
The text was updated successfully, but these errors were encountered:
BlockLiu
changed the title
[BitSail][Connector] Supports INSERT IGNORE in mysql connector.
[BitSail][Connector] Support INSERT IGNORE INTO in mysql connector.
Nov 9, 2022
Hi @john8628, thanks for your contribution to the BitSail community. Would you like to join contributor chat group? Here is the QR code. If it expires, you can leave a message here. Look forward to your coming!
Is your feature request related to a problem? Please describe
Current mysql writer in
bitsail-connector-jdbc
module supports the following two way to update data:INSERT INTO ...
INSERT INTO ... xxxx=VALUES(...) ON DUPLICATE KEY UPDATE
This issue wants to support
INSERT IGORE INTO ...
in mysql connector.Describe the solution you'd like
Describe alternatives you've considered
Additional context
N/A
The text was updated successfully, but these errors were encountered: