Skip to content

feat: implement schema watch for MySQL datastore driver #8155

feat: implement schema watch for MySQL datastore driver

feat: implement schema watch for MySQL datastore driver #8155

Triggered via pull request January 31, 2025 16:41
Status Failure
Total duration 3m 26s
Artifacts 1

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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