We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278ec29 commit c13be70Copy full SHA for c13be70
1 file changed
go/logic/applier.go
@@ -1560,6 +1560,7 @@ func (this *Applier) ApplyDMLEventQueries(dmlEvents [](*binlog.BinlogDMLEvent))
1560
1561
// Check for warnings when PanicOnWarnings is enabled
1562
if this.migrationContext.PanicOnWarnings {
1563
+ //nolint:execinquery
1564
rows, err := tx.Query("SHOW WARNINGS")
1565
if err != nil {
1566
return rollback(err)
0 commit comments