Skip to content

Implement async query functionality (MySQL and PostgreSQL) #8092

Implement async query functionality (MySQL and PostgreSQL)

Implement async query functionality (MySQL and PostgreSQL) #8092

Re-run triggered November 29, 2025 11:22
Status Failure
Total duration 9m 3s
Artifacts

coding-standards.yml

on: pull_request
Coding Standards  /  Coding Standards (PHP: 8.5)
29s
Coding Standards / Coding Standards (PHP: 8.5)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Coding Standards / Coding Standards (PHP: 8.5): src/Driver/API/AsyncConnection.php#L22
Expected 1 spaces after parameter type; 2 found
Coding Standards / Coding Standards (PHP: 8.5): src/Driver/API/AsyncConnection.php#L21
Expected 6 spaces after parameter type; 7 found
Coding Standards / Coding Standards (PHP: 8.5): src/Driver/PgSQL/Connection.php#L175
Function count() should not be referenced via a fallback global name, but via a use statement.
Coding Standards / Coding Standards (PHP: 8.5): src/Driver/Mysqli/AsyncResult.php#L132
Expected 1 blank line at end of file; 2 found
Coding Standards / Coding Standards (PHP: 8.5): tests/Functional/AsyncQueryTest.php#L250
Line exceeds 120 characters; contains 122 characters
Coding Standards / Coding Standards (PHP: 8.5): tests/Functional/AsyncQueryTest.php#L220
Line exceeds 120 characters; contains 144 characters