-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Description
About
@JulianMar mentioned at crate/crate-dbal#136 (comment) that there will be interface changes upcoming, and I observed the same when trying to refresh GH-122.
References
Possibly related.
- PDO::PARAM_STR - This is not supported, please use prepared statements. #87
- Implement "PDO::query()" parameters of new PHP PDO interface #117
- The function
Crate\PDO\PDOStatement::fetchAll()has been deprecated? #144 - fix some Deprecated warnings for php 8.4 #164
- Dependencies: Fix a few deprecation warnings on function signatures #175
- Standardize ATTR_STATEMENT_CLASS to use PDO array format #191