On Thu, Jun 28, 2012 at 9:48 PM, Richard Hipp <d...@sqlite.org> wrote:

> Note that SQLite4 does not have a rowid (at last not always) so the whole
> concept of autoincrement will need to be revisited.  I don't think the old
> SQLite3 way of doing autoincrement makes sense any more.  Not good
> sense anyhow.  We (the community) needs to talk more about what ought to be
> done here.


An off-the-cuff idea: maybe register an auto-increment callback function on
a per-db basis, with the library providing a default impl which behaves
more or less like v3/mysql? i have no idea if that architecturally makes
sense, though.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to