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: correct environment variable check in BaseCliCommand
- Check both PDODB_DATABASE and PDODB_USERNAME for MySQL/MariaDB/PostgreSQL/MSSQL
instead of checking DB_NAME variable
- This ensures examples config is loaded when PDODB_* variables are not set,
allowing getExampleConfig() to handle CI variables (DB_*) inside config files
- Fixes MariaDB example failure where examples/config.mariadb.php was not loaded
because DB_NAME was checked instead of PDODB_DATABASE
0 commit comments