Hello,
I am declaratively defining a table and am having trouble with adding
a float column.  I get this error:

InvalidRequestError: Unknown PG numeric type: 1043

when I add a column with either:

from sqlalchemy.dialects.postgresql import NUMERIC

or

from sqlalchemy import Float

and the column definition looks like:

turbine_ok_hours = Column(Float(5))

I am using sqlalchemy-0.6.7, posgresql 9.0, psycopg2--2.4.

This is the 6th table I've added so far for this project, and all the
others are working fine.  Any idea what may be wrong?  I'm stumped.

Thanks,

Craig

-- 
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