You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review PDO API coverage (WP_MySQL_On_SQLite and WP_MySQL_On_SQLite_Statement).
Review WP_MySQL_On_SQLite constructor $options and their compatibility with PDO.
Unify the emulated MySQL version.
Update README and agent files, remove references to the legacy driver.
Prepare changelog.
Likely post-3.0:
Snapshot column metadata into PDO statement rather than storing them statefully in WP_MySQL_On_SQLite. Implement PDOStatement::getColumnMeta(), deprecate get_last_*() methods.
This is a checklist of issues to complete before tagging version 3.0:
WP_MySQL_On_SQLiteandWP_MySQL_On_SQLite_Statement).WP_MySQL_On_SQLiteconstructor$optionsand their compatibility with PDO.READMEand agent files, remove references to the legacy driver.Likely post-3.0:
WP_MySQL_On_SQLite. ImplementPDOStatement::getColumnMeta(), deprecateget_last_*()methods.$errorInfo.