perhaps an old SQLAlchemy version, cannot reproduce: >>> from sqlalchemy import __version__ >>> __version__ '0.6.5' >>> from sqlalchemy import BigInteger >>> BigInteger <class 'sqlalchemy.types.BigInteger'> >>>
On Oct 26, 2010, at 9:15 AM, blahsphemer wrote: > I am unable to import the type BigInteger in my code, but integer, > string get imported flawlessly > I tried both: > from sqlalchemy import BigInteger > (and) > from sqlalchemy.types import BigInteger > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sqlalchemy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
