MySqlBackup.Net icon indicating copy to clipboard operation
MySqlBackup.Net copied to clipboard

Generated Columns are not ignored after "ON DUPLICATE KEY UPDATE"

Open swiftlei opened this issue 1 year ago • 0 comments
trafficstars

When exporting under Insert mode, the generated columns are correctly ignored in the output sql. But when exporting under OnDuplcateKeyUpdate mode, the generated columns are ignored in the "insert" clause but kept in the "update" clause.

swiftlei avatar Jul 19 '24 03:07 swiftlei