Skip to content

Install the SQLite ODBC driver in CI#153

Closed
iliaal wants to merge 1 commit into
PHP-8.4from
ci/sqlite-odbc-driver
Closed

Install the SQLite ODBC driver in CI#153
iliaal wants to merge 1 commit into
PHP-8.4from
ci/sqlite-odbc-driver

Conversation

@iliaal

@iliaal iliaal commented Jul 10, 2026

Copy link
Copy Markdown
Owner

The ext/odbc and pdo_odbc regression tests connect through a real ODBC driver (Driver=SQLite3), which CI never installed, so they skipped on every lane. libsqliteodbc registers the SQLite3 driver and supports Database=:memory:, so the tests run without a database server. Alpine has no such package, so those lanes keep skipping. Follow-up to the driver discussion on php#22672.

The ext/odbc and pdo_odbc regression tests connect through a real ODBC
driver (Driver=SQLite3), which was never installed, so they skipped on
every lane. libsqliteodbc registers the SQLite3 driver and supports
Database=:memory:, so the tests run without a database server. Alpine
has no such package, so those lanes keep skipping.
@iliaal

iliaal commented Jul 10, 2026

Copy link
Copy Markdown
Owner Author

Promoted upstream: php#22686

@iliaal iliaal closed this Jul 10, 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