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
SQLite allows column definitions to have a type name in any casing and preserves the case. DBAL always uses uppercase type names, but introspecting a database from elsewhere causes introspectTable to error with the new regular expression introduced in 4.3.0.