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
If i ask the type of a CIText() column, i get NullType. From the NullType docstring:
NullTypes will stand in if :class:`~sqlalchemy.Table` reflection
encounters a column data type unknown to SQLAlchemy. The
resulting columns are nearly fully usable: the DB-API adapter will
handle all translation to and from the database data type.
Versions:
SQLAlchemy==0.8.1
sqlalchemy-citext==1.0-2
The text was updated successfully, but these errors were encountered:
If i ask the type of a CIText() column, i get NullType. From the NullType docstring:
Versions:
The text was updated successfully, but these errors were encountered: