Hey guys,

I'm trying to set up a column that can hold unsigned 64 bit integers
(that is ranging 0 to 0xFFFFFFFFffffffff). Using Field(Integer,
unsigned=True) raises the error:

sqlalchemy.exc.ArgumentError: Unknown arguments passed to Column:
['unsigned']

... so I'm guessing that isn't how to do it.

Any ideas?

Cheers,
nnp

-- 
You received this message because you are subscribed to the Google Groups 
"SQLElixir" 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/sqlelixir?hl=en.

Reply via email to