MySqlBackup.Net
MySqlBackup.Net copied to clipboard
Generated Columns are not ignored after "ON DUPLICATE KEY UPDATE"
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.