Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

column.type is NullType #1

Open
vad opened this issue May 29, 2013 · 1 comment
Open

column.type is NullType #1

vad opened this issue May 29, 2013 · 1 comment
Labels

Comments

@vad
Copy link
Contributor

vad commented May 29, 2013

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
@mahmoudimus
Copy link
Owner

Hey @vad,

This is weird, might be due to the sqlalchemy upgrade to 0.8.1. I'll take a look when I get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants