Hi,

I have a database where two columns are defined as BigInteger:

    pNum = Column(BigInteger, primary_key=True, autoincrement=False)
    pPubDate = Column(BigInteger)

When I open the database I get two warnings:
/engine/reflection.py:46: SAWarning: Did not recognize type 'BIGINT'
of column 'pPubDate'
  ret = fn(self, con, *args, **kw)

Is that something I should worry about? why am I getting these
messages? Bug or Feature?

RIvka

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to