On Fri, Oct 21, 2005 at 05:38:28PM -0700, Mario Gutierrez wrote:

> I'm writing a SQLite adapter for a code generation tool. I'm a little 
> stumped on how you query SQLite to determine if a column is 
> autoincremented. I've tried

An auto-increment column is defined as INTEGER PRIMARY KEY, so look for
primary key columns of type 'INTEGER'.

Dave Cook

Reply via email to