Hi All,

Needing help on

1. How do I declare a BIGINT (Postgres).
2. With autoload, BIGINT takes the type 
sqlalchemy.databases.postgres.PGInteger. Does this type also handle 8 byte 
integers?
2. How to handle Unicode columns while autoloading. VARCHAR (postgres), 
which is used for storing unicode data, loads as String 
(sqlalchemy.databases.postgres.PGString). Does this type also handles 
Unicode data?

Thanks
Sanjay



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to