Robert Leftwich wrote:
2. By default OID support is turned off in SQLAlchemy, but this has no impact on the create table statements issued by the postgres engine - which means that in a pre-8.1 database the tables are still created with OID's regardless of the use_oid setting.
This also means that it is impossible to set use_oid=True on Postgres 8.1 unless the table is manually created using 'WITH OIDS;
Robert ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

