On Aug 4, 2009, at 8:23 PM, sim wrote:

>
> To answer my own question;
>
> I imported -
>
> from sqlalchemy.databases.postgres import PGBigInteger
>
> and then used that inplace of Integer in my column declarations.
> Apart from loosing Database agnosticism is there anything wrong with
> doing this?
>
> I tested inserting, querying and it all appeared fine am I good to go?
>
> I saw some other threads mentioning adding a BigInteger to types but
> no final word on whether that is a good thing or not?

thats what PGBigInteger is there for, you're good to go.

0.6 has BigInteger as a core type.


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