dave08
11/07/2023, 2:59 PM• ON DUPLICATE KEY UPDATE is supported in INSERT statements, due to this feature VALUES has special non-standard meaning is some contexts.
• INSERT IGNORE is partially supported and may be used to skip rows with duplicate keys if ON DUPLICATE KEY UPDATE is not specified.whereas komapper seems to use
merge into using
that cause funny errors that the table EXCLUDED doesn't exist... maybe there should be H2Dialect(mode: H2CompatibilityMode)
...?Toshihiro Nakamura
11/08/2023, 10:00 AMdave08
11/08/2023, 10:31 AMToshihiro Nakamura
11/08/2023, 12:20 PMMySqlDialect
.dave08
11/08/2023, 12:22 PM