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
fix(orm): update migrator to new driver factory API and fix abstract Connection usage
- Replace removed make_mysql_conn/MySQLConnection with factory-based ConnectionPtr.
- Guard DB initialization behind VIX_ORM_HAS_MYSQL / VIX_ORM_HAS_SQLITE.
- Fix abstract Connection instantiation error by using ConnectionFactory.
- Ensure migrator builds correctly when drivers are disabled in CI.
0 commit comments