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

修复 MySQL 检查是否离线的错误码索引 #686

Merged
merged 5 commits into from
Mar 27, 2024

清理代码

28bb518
Select commit
Loading
Failed to load commit list.
Merged

修复 MySQL 检查是否离线的错误码索引 #686

清理代码
28bb518
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 24, 2024 in 0s

6.94% of diff hit (target 66.58%)

View this Pull Request on Codecov

6.94% of diff hit (target 66.58%)

Annotations

Check warning on line 271 in src/Components/pgsql/src/Db/Drivers/Swoole/Driver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/pgsql/src/Db/Drivers/Swoole/Driver.php#L271

Added line #L271 was not covered by tests

Check warning on line 273 in src/Components/pgsql/src/Db/Drivers/Swoole/Driver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/pgsql/src/Db/Drivers/Swoole/Driver.php#L273

Added line #L273 was not covered by tests

Check warning on line 264 in src/Components/pgsql/src/Db/Drivers/SwooleNew/Driver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/pgsql/src/Db/Drivers/SwooleNew/Driver.php#L264

Added line #L264 was not covered by tests

Check warning on line 266 in src/Components/pgsql/src/Db/Drivers/SwooleNew/Driver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/pgsql/src/Db/Drivers/SwooleNew/Driver.php#L266

Added line #L266 was not covered by tests

Check warning on line 135 in src/Components/pgsql/src/Db/Drivers/SwooleNew/Statement.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/pgsql/src/Db/Drivers/SwooleNew/Statement.php#L135

Added line #L135 was not covered by tests

Check warning on line 137 in src/Components/pgsql/src/Db/Drivers/SwooleNew/Statement.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/pgsql/src/Db/Drivers/SwooleNew/Statement.php#L137

Added line #L137 was not covered by tests

Check warning on line 34 in src/Components/pgsql/src/Db/PgsqlBase.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/pgsql/src/Db/PgsqlBase.php#L34

Added line #L34 was not covered by tests

Check warning on line 36 in src/Components/pgsql/src/Db/PgsqlBase.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/pgsql/src/Db/PgsqlBase.php#L36

Added line #L36 was not covered by tests

Check warning on line 97 in src/Components/swoole/src/Db/Driver/Swoole/Driver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/swoole/src/Db/Driver/Swoole/Driver.php#L97

Added line #L97 was not covered by tests

Check warning on line 173 in src/Components/swoole/src/Db/Driver/Swoole/Driver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/swoole/src/Db/Driver/Swoole/Driver.php#L173

Added line #L173 was not covered by tests

Check warning on line 193 in src/Components/swoole/src/Db/Driver/Swoole/Driver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/swoole/src/Db/Driver/Swoole/Driver.php#L193

Added line #L193 was not covered by tests

Check warning on line 222 in src/Components/swoole/src/Db/Driver/Swoole/Driver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/swoole/src/Db/Driver/Swoole/Driver.php#L222

Added line #L222 was not covered by tests

Check warning on line 375 in src/Components/swoole/src/Db/Driver/Swoole/Driver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/swoole/src/Db/Driver/Swoole/Driver.php#L375

Added line #L375 was not covered by tests

Check warning on line 403 in src/Components/swoole/src/Db/Driver/Swoole/Driver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/swoole/src/Db/Driver/Swoole/Driver.php#L403

Added line #L403 was not covered by tests

Check warning on line 162 in src/Components/swoole/src/Db/Driver/Swoole/Statement.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/swoole/src/Db/Driver/Swoole/Statement.php#L162

Added line #L162 was not covered by tests

Check warning on line 224 in src/Components/swoole/src/Db/Driver/Swoole/Statement.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Components/swoole/src/Db/Driver/Swoole/Statement.php#L224

Added line #L224 was not covered by tests

Check warning on line 90 in src/Db/Drivers/TPdoDriver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Db/Drivers/TPdoDriver.php#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 98 in src/Db/Drivers/TPdoDriver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Db/Drivers/TPdoDriver.php#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 159 in src/Db/Drivers/TPdoDriver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Db/Drivers/TPdoDriver.php#L158-L159

Added lines #L158 - L159 were not covered by tests

Check warning on line 172 in src/Db/Drivers/TPdoDriver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Db/Drivers/TPdoDriver.php#L171-L172

Added lines #L171 - L172 were not covered by tests

Check warning on line 192 in src/Db/Drivers/TPdoDriver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Db/Drivers/TPdoDriver.php#L191-L192

Added lines #L191 - L192 were not covered by tests

Check warning on line 203 in src/Db/Drivers/TPdoDriver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Db/Drivers/TPdoDriver.php#L202-L203

Added lines #L202 - L203 were not covered by tests

Check warning on line 227 in src/Db/Drivers/TPdoDriver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Db/Drivers/TPdoDriver.php#L226-L227

Added lines #L226 - L227 were not covered by tests

Check warning on line 247 in src/Db/Drivers/TPdoDriver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Db/Drivers/TPdoDriver.php#L246-L247

Added lines #L246 - L247 were not covered by tests

Check warning on line 249 in src/Db/Drivers/TPdoDriver.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Db/Drivers/TPdoDriver.php#L249

Added line #L249 was not covered by tests