Skip to content

WIP Add support for "information_schema" in CREATE TABLE #344

WIP Add support for "information_schema" in CREATE TABLE

WIP Add support for "information_schema" in CREATE TABLE #344

Triggered via push December 5, 2024 14:23
Status Failure
Total duration 25s
Artifacts

cs.yml

on: push
Check code style
15s
Check code style
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Check code style: wp-includes/parser/class-wp-parser-node.php#L266
Method name "getValue" in class WP_Parser_Node is not in snake case format, try "get_value"
Check code style: tests/WP_SQLite_Driver_Tests.php#L599
String "SHOW TABLE STATUS FROM mydb;" does not require double quotes; use single quotes instead
Check code style: tests/WP_SQLite_Driver_Tests.php#L622
String "SHOW TABLE STATUS IN mydb;" does not require double quotes; use single quotes instead
Check code style: tests/WP_SQLite_Driver_Tests.php#L652
String "SHOW TABLE STATUS IN mydb;" does not require double quotes; use single quotes instead
Check code style
Process completed with exit code 1.
Check code style
Process completed with exit code 2.
Check code style
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636