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

YDB: implement connection via Query Service #202

Merged
merged 21 commits into from
Oct 14, 2024

Review fix

1171186
Select commit
Loading
Failed to load commit list.
Merged

YDB: implement connection via Query Service #202

Review fix
1171186
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 14, 2024 in 1s

49.31% of diff hit (target 64.80%)

View this Pull Request on Codecov

49.31% of diff hit (target 64.80%)

Annotations

Check warning on line 181 in app/client/connector/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/client/connector/client.go#L180-L181

Added lines #L180 - L181 were not covered by tests

Check warning on line 320 in app/server/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/config/config.go#L320

Added line #L320 was not covered by tests

Check warning on line 116 in app/server/datasource/rdbms/data_source.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/data_source.go#L116

Added line #L116 was not covered by tests

Check warning on line 80 in app/server/datasource/rdbms/mysql/connection.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/mysql/connection.go#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 16 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L16

Added line #L16 was not covered by tests

Check warning on line 20 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L20

Added line #L20 was not covered by tests

Check warning on line 26 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L26

Added line #L26 was not covered by tests

Check warning on line 28 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L28

Added line #L28 was not covered by tests

Check warning on line 67 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L67

Added line #L67 was not covered by tests

Check warning on line 69 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L69

Added line #L69 was not covered by tests

Check warning on line 71 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L71

Added line #L71 was not covered by tests

Check warning on line 73 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L73

Added line #L73 was not covered by tests

Check warning on line 75 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L75

Added line #L75 was not covered by tests

Check warning on line 79 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L79

Added line #L79 was not covered by tests

Check warning on line 81 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L81

Added line #L81 was not covered by tests

Check warning on line 83 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L83

Added line #L83 was not covered by tests

Check warning on line 85 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L85

Added line #L85 was not covered by tests

Check warning on line 87 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L87

Added line #L87 was not covered by tests

Check warning on line 92 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L92

Added line #L92 was not covered by tests

Check warning on line 100 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L100

Added line #L100 was not covered by tests

Check warning on line 108 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L108

Added line #L108 was not covered by tests

Check warning on line 364 in app/server/datasource/rdbms/utils/predicate_builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/predicate_builder.go#L364

Added line #L364 was not covered by tests

Check warning on line 47 in app/server/datasource/rdbms/utils/query_args_collector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/query_args_collector.go#L45-L47

Added lines #L45 - L47 were not covered by tests

Check warning on line 50 in app/server/datasource/rdbms/utils/query_args_collector.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/utils/query_args_collector.go#L50

Added line #L50 was not covered by tests

Check warning on line 28 in app/server/datasource/rdbms/ydb/connection_database_sql.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/server/datasource/rdbms/ydb/connection_database_sql.go#L28

Added line #L28 was not covered by tests