Skip to content

Fix hex string literal (x'...') parsing in CREATE TABLE DEFAULT values #1059

Fix hex string literal (x'...') parsing in CREATE TABLE DEFAULT values

Fix hex string literal (x'...') parsing in CREATE TABLE DEFAULT values #1059

Triggered via pull request April 12, 2026 11:07
Status Failure
Total duration 1m 33s
Artifacts

lint-and-analyse-php.yml

on: pull_request
Matrix: analyse-php
Matrix: lint-php
Fit to window
Zoom out
Zoom in

Annotations

9 errors
analyse-php (7.4)
Process completed with exit code 2.
analyse-php (7.4)
Process completed with exit code 1.
analyse-php (7.4): tests/Builder/CreateStatementTest.php#L894
Dynamic call to static method PHPUnit\Framework\Assert::assertStringContainsString().
analyse-php (7.4): tests/Builder/CreateStatementTest.php#L893
Dynamic call to static method PHPUnit\Framework\Assert::assertEmpty().
analyse-php (7.4): tests/Builder/CreateStatementTest.php#L883
Dynamic call to static method PHPUnit\Framework\Assert::assertEquals().
analyse-php (7.4): tests/Builder/CreateStatementTest.php#L882
Dynamic call to static method PHPUnit\Framework\Assert::assertEmpty().
analyse-php (7.4): tests/Builder/CreateStatementTest.php#L26
Ignored error pattern #^Dynamic call to static method PHPUnit\\Framework\\Assert\:\:assertEquals\(\)\.$# in path /home/runner/work/sql-parser/sql-parser/tests/Builder/CreateStatementTest.php is expected to occur 34 times, but occurred 35 times.
analyse-php (7.4): src/Token.php#L267
Only booleans are allowed in a negated boolean, int<0, 32> given.
lint-php (7.2)
Process completed with exit code 1.