Re: [sqlite] Composite primary key with autoincrement

2011-02-16 Thread Maciej Lotkowski
l autoincrement, another_id integer not null, primary key(id, another_id) ) without Error: near "autoincrement": syntax error. I'm asking because while using ORM I accidently wrote a code which was supposed to create such a schema, but it didn't. I&#

[sqlite] Composite primary key with autoincrement

2011-02-15 Thread Maciej Lotkowski
create a table with primary key "id" and "another_id" where "id" is autoincrement? -- Maciej Lotkowski ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users