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
Update namespace references for byjg/anydataset-db compatibility
Refactor all references to use the new namespace structure from the updated byjg/anydataset-db dependency:
- Update DbDriverInterface to Interfaces\DbDriverInterface
- Replace DbFunctionsInterface with Interfaces\SqlDialectInterface
- Update helper classes: DbSqliteFunctions → SqlDialect\SqliteDialect, DbMysqlFunctions → SqlDialect\MysqlDialect, DbPgsqlFunctions → SqlDialect\PgsqlDialect
- Replace getDbHelper() method calls with getSqlDialect()
This resolves 102 Psalm errors related to undefined classes and interfaces. All 324 tests passing.
0 commit comments