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

fix(db): sql error with custom table prefix #970

Merged
merged 5 commits into from
Sep 4, 2024

update

25cead4
Select commit
Loading
Failed to load commit list.
Merged

fix(db): sql error with custom table prefix #970

update
25cead4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 4, 2024 in 0s

50.00% of diff hit (target 31.36%)

View this Pull Request on Codecov

50.00% of diff hit (target 31.36%)

Annotations

Check warning on line 73 in internal/dao/migrate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/dao/migrate.go#L73

Added line #L73 was not covered by tests

Check warning on line 76 in internal/dao/migrate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/dao/migrate.go#L76

Added line #L76 was not covered by tests

Check warning on line 82 in internal/dao/migrate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/dao/migrate.go#L82

Added line #L82 was not covered by tests

Check warning on line 85 in internal/dao/migrate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/dao/migrate.go#L85

Added line #L85 was not covered by tests

Check warning on line 88 in internal/dao/migrate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/dao/migrate.go#L88

Added line #L88 was not covered by tests

Check warning on line 92 in internal/dao/migrate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/dao/migrate.go#L92

Added line #L92 was not covered by tests

Check warning on line 137 in internal/dao/migrate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/dao/migrate.go#L137

Added line #L137 was not covered by tests

Check warning on line 60 in server/handler/page_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/handler/page_list.go#L52-L60

Added lines #L52 - L60 were not covered by tests

Check warning on line 58 in server/handler/user_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/handler/user_list.go#L54-L58

Added lines #L54 - L58 were not covered by tests