Quote:
Originally Posted by coreys
Are auto-incrementing constraints not available in the GS2 wrapper for sqlite? Because this tool reports an error any time I try to create a column with auto-increment set.
|
You can use "PRIMARY KEY", but it will just be an alias for the rowid column.
EDIT: See
this page as well.