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
Fixed two rendering issues in ENUM columns when a non-default schema is used: an unwarranted positional argument and missing the schema argument @agronholm
Fixed AttributeError when metadata contains user defined column types @agronholm
Fixed AssertionError when metadata contains a column type that is a type decorator with an all-uppercase name @agronholm
Fixed MySQL DOUBLE column types being rendered with the wrong arguments @agronholm