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
even though MySQL and Postgres's table attributes are case insensitive. The test suite works around this problem by strtoupper() attributes for the model fixtures. This is better to be implemented in the Model.php class itself so that users don't have to reinvent this wheel over and over again.