[Sqlalchemy-tickets] Issue #3002: postgresql/base.py:1913: SAWarning: Did not recognize type 'oid'
Brought to you by:
zzzeek
|
From: Sorin S. <iss...@bi...> - 2014-03-25 16:49:16
|
New issue 3002: postgresql/base.py:1913: SAWarning: Did not recognize type 'oid' of column 'propertyvalue' https://bitbucket.org/zzzeek/sqlalchemy/issue/3002/postgresql-basepy-1913-sawarning-did-not Sorin Sbarnea: It seems that I got an warning while using sqlalchemy with postgres and I do see any reason for having a warning for 'oid' columns on postgres. /sqlalchemy/dialects/postgresql/base.py:1913: SAWarning: Did not recognize type 'oid' of column 'propertyvalue' |