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
c404eed test: enable default_roles acceptance tests on MariaDB
1163a1d feat: support MariaDB in default_roles resource
dce4190 ci: Added unit tests for MySQL connection pooling configuration * Added tests for setSQLModeParam to verify correct sql_mode settings based on MySQL version * Added tests for configureConnectionPool to ensure connection pool parameters are set correctly based on configuration * Refactored createNewConnection to delegate sql_mode and connection pool configuration to helper functions for improved testability and separation of concerns