We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rows.Err
1 parent 61de098 commit 90ad7a0Copy full SHA for 90ad7a0
go/logic/applier.go
@@ -371,6 +371,8 @@ func (this *Applier) ReadMigrationMinValues(uniqueKey *sql.UniqueKey) error {
371
}
372
373
log.Infof("Migration min values: [%s]", this.migrationContext.MigrationRangeMinValues)
374
+
375
+ err = rows.Err()
376
return err
377
378
@@ -392,6 +394,8 @@ func (this *Applier) ReadMigrationMaxValues(uniqueKey *sql.UniqueKey) error {
392
394
393
395
396
log.Infof("Migration max values: [%s]", this.migrationContext.MigrationRangeMaxValues)
397
398
399
400
401
0 commit comments