Skip to content

Conversation

@lacatoire
Copy link
Contributor

📝 Description de la Pull Request

This PR adds missing constants for the PDO_SQLITE driver that are currently available in PHP but not documented.

Issue: #1394

Newly added constants:

PDO::SQLITE_ATTR_OPEN_FLAGS
PDO::SQLITE_OPEN_READONLY
PDO::SQLITE_OPEN_READWRITE
PDO::SQLITE_OPEN_CREATE
PDO::SQLITE_ATTR_READONLY_STATEMENT
PDO::SQLITE_ATTR_EXTENDED_RESULT_CODES
PDO::SQLITE_DETERMINISTIC

@devnexen
Copy link
Member

devnexen commented Nov 22, 2025

Note these are deprecated since 8.5 ; basically PDO::... => Pdo\Sqlite::... (see here in the PDO section),

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.

2 participants