Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - sql: improve database schema handling #6003

Closed
wants to merge 60 commits into from

sql: ignore whitespace during schema drift checks

2e7e150
Select commit
Loading
Failed to load commit list.
Closed

[Merged by Bors] - sql: improve database schema handling #6003

sql: ignore whitespace during schema drift checks
2e7e150
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 20, 2024 in 1s

76.1% of diff hit (target 82.0%)

View this Pull Request on Codecov

76.1% of diff hit (target 82.0%)

Annotations

Check warning on line 128 in checkpoint/recovery.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

checkpoint/recovery.go#L128

Added line #L128 was not covered by tests

Check warning on line 140 in checkpoint/recovery.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

checkpoint/recovery.go#L140

Added line #L140 was not covered by tests

Check warning on line 1948 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L1948

Added line #L1948 was not covered by tests

Check warning on line 1951 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L1951

Added line #L1951 was not covered by tests

Check warning on line 2006 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L2006

Added line #L2006 was not covered by tests

Check warning on line 222 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L222

Added line #L222 was not covered by tests

Check warning on line 228 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L228

Added line #L228 was not covered by tests

Check warning on line 239 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L237-L239

Added lines #L237 - L239 were not covered by tests

Check warning on line 272 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L270-L272

Added lines #L270 - L272 were not covered by tests

Check warning on line 405 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L405

Added line #L405 was not covered by tests

Check warning on line 454 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L454

Added line #L454 was not covered by tests

Check warning on line 514 in sql/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/database.go#L514

Added line #L514 was not covered by tests

Check warning on line 25 in sql/localsql/localsql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/localsql/localsql.go#L25

Added line #L25 was not covered by tests

Check warning on line 31 in sql/localsql/localsql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/localsql/localsql.go#L31

Added line #L31 was not covered by tests

Check warning on line 45 in sql/localsql/localsql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/localsql/localsql.go#L45

Added line #L45 was not covered by tests

Check warning on line 63 in sql/localsql/localsql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/localsql/localsql.go#L63

Added line #L63 was not covered by tests

Check warning on line 78 in sql/localsql/localsql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/localsql/localsql.go#L75-L78

Added lines #L75 - L78 were not covered by tests

Check warning on line 21 in sql/malsync/malsync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/malsync/malsync.go#L21

Added line #L21 was not covered by tests

Check warning on line 25 in sql/malsync/malsync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/malsync/malsync.go#L25

Added line #L25 was not covered by tests

Check warning on line 38 in sql/malsync/malsync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/malsync/malsync.go#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 28 in sql/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/migrations.go#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 31 in sql/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/migrations.go#L31

Added line #L31 was not covered by tests

Check warning on line 37 in sql/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/migrations.go#L37

Added line #L37 was not covered by tests

Check warning on line 65 in sql/migrations.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/migrations.go#L65

Added line #L65 was not covered by tests

Check warning on line 31 in sql/schema.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sql/schema.go#L31

Added line #L31 was not covered by tests