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
ColumnType already has method eq, as marked with @dataclasses.dataclass(frozen=True, repr=True, eq=True), see also related tests.
Instead of full_name (including type parameters, such as precision or size) I propose looking at property for_create of class Column and type.rendered, instead.
name
include the size and precision? God knows.name
is not the full name then thefull_name
property would be very helpful.__eq__
method for type comparison.The text was updated successfully, but these errors were encountered: