5 messages in com.googlegroups.sqlalchemy[sqlalchemy] table_foo.c.column_foo.a...
FromSent OnAttachments
Sanjay22 Dec 2006 05:43 
Alexandre CONRAD22 Dec 2006 06:22 
Michael Bayer22 Dec 2006 08:16 
Sanjay22 Dec 2006 22:47 
Michael Bayer23 Dec 2006 16:28 
Subject:[sqlalchemy] table_foo.c.column_foo.autoincrement returning True always
From:Sanjay (skpa@gmail.com)
Date:12/22/2006 05:43:47 AM
List:com.googlegroups.sqlalchemy

In order to know whether a column is an autoincrement column, I am checking the above flag. But it is returning True always, irrespective of the column. I am using SQLAlchemy 0.3.3, PostgreSQL 8.1.4 and psycopg2 on fedora 5.

Wondering whether it's the correct flag, anything is wrong in my system, or it's a bug.