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

rows: 同库事务语句合并执行,提前读取所有数据 #219

Merged
merged 1 commit into from
Oct 1, 2023

rows: 同库事务语句合并执行,提前读取所有数据

ce0c771
Select commit
Loading
Failed to load commit list.
Merged

rows: 同库事务语句合并执行,提前读取所有数据 #219

rows: 同库事务语句合并执行,提前读取所有数据
ce0c771
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 1, 2023 in 1s

46.49% of diff hit (target 83.12%)

View this Pull Request on Codecov

46.49% of diff hit (target 83.12%)

Annotations

Check warning on line 41 in internal/rows/convert_assign.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/rows/convert_assign.go#L37-L41

Added lines #L37 - L41 were not covered by tests

Check warning on line 41 in internal/rows/data_rows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/rows/data_rows.go#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 50 in session.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

session.go#L50

Added line #L50 was not covered by tests

Check warning on line 43 in transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

transaction.go#L36-L43

Added lines #L36 - L43 were not covered by tests

Check warning on line 54 in transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

transaction.go#L45-L54

Added lines #L45 - L54 were not covered by tests

Check warning on line 56 in transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

transaction.go#L56

Added line #L56 was not covered by tests

Check warning on line 69 in transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

transaction.go#L61-L69

Added lines #L61 - L69 were not covered by tests

Check warning on line 76 in transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

transaction.go#L72-L76

Added lines #L72 - L76 were not covered by tests

Check warning on line 79 in transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

transaction.go#L79

Added line #L79 was not covered by tests

Check warning on line 94 in transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

transaction.go#L82-L94

Added lines #L82 - L94 were not covered by tests

Check warning on line 110 in transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

transaction.go#L99-L110

Added lines #L99 - L110 were not covered by tests

Check warning on line 112 in transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

transaction.go#L112

Added line #L112 was not covered by tests

Check warning on line 130 in transaction.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

transaction.go#L115-L130

Added lines #L115 - L130 were not covered by tests