feat: implement schema watch for MySQL datastore driver #8155
lint.yaml
on: pull_request
License Check
1m 35s
Lint Go
3m 2s
Lint YAML & Markdown
42s
Annotations
2 errors
Lint Go:
internal/datastore/mysql/watch.go#L1
Please run go run mage.go lint:go.
diff --git a/internal/datastore/mysql/watch.go b/internal/datastore/mysql/watch.go
index eef1407..3777bd7 100644
--- a/internal/datastore/mysql/watch.go
+++ b/internal/datastore/mysql/watch.go
@@ -280,7 +280,6 @@ func (mds *Datastore) loadRelationshipChanges(ctx context.Context, afterRevision
return
}
}
-
}
if err = rows.Err(); err != nil {
return
@@ -340,7 +339,6 @@ func (mds *Datastore) loadNamespaceChanges(ctx context.Context, afterRevision ui
return
}
}
-
}
if err = rows.Err(); err != nil {
|
Lint Go
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
diff
|
372 Bytes |
|