On Feb 2, 2013, at 7:32 PM, chojra...@gmail.com wrote:

> I'd like to ask about contents of last column in result of PRAGMA
> table_info in SQLite 3.7.15.1 because it is not documented (
> http://www.sqlite.org/pragma.html#pragma_table_info).
> It looks as if the value is '1', the column is in the primary key, but I'm
> not quite sure.

If , in command shell, you set .head on, then you will see:

sqlite> .head on
sqlite> pragma table_info( 'foo' );

cid|name|type|notnull|dflt_value|pk

So, pk indeed.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to