Skip to content

Rename server_version to serverVersion in CI PostgreSQL DATABASE_URL - #30

Closed
ViniTou wants to merge 2 commits into
6.0from
fix/pgsql-server-version-ci-param
Closed

Rename server_version to serverVersion in CI PostgreSQL DATABASE_URL#30
ViniTou wants to merge 2 commits into
6.0from
fix/pgsql-server-version-ci-param

Conversation

@ViniTou

@ViniTou ViniTou commented Sep 4, 2026

Copy link
Copy Markdown
Contributor
🎫 Issue N/A

Description:

Doctrine DBAL 4 reads the connection parameter serverVersion (camelCase). The old snake_case server_version is read by nothing in DBAL 4 / DoctrineBundle, so the CI DATABASE_URL left the server version empty and AbstractPostgreSQLDriver threw Doctrine\DBAL\Platforms\Exception\InvalidPlatformVersion during bootstrap, before any test ran. This renames the query parameter to the one DBAL 4 actually reads.

For QA:

N/A — CI-only change, verified by the workflow's own PostgreSQL integration test job.

Documentation:

N/A

@ViniTou ViniTou closed this Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant