Re: [sqlite] sqlite3_rowid

2007-04-14 Thread drh
Marco Bambini <[EMAIL PROTECTED]> wrote: > I need a way to automatically have the rowid for all queries issued > by our users (without modifying the original sql queries). > A lot of time for some queries (COUNT(*) for example), it is simply > not possible to obtain a valid rowid, so it could j

[sqlite] sqlite3_rowid

2007-04-13 Thread Marco Bambini
I need a way to automatically have the rowid for all queries issued by our users (without modifying the original sql queries). A lot of time for some queries (COUNT(*) for example), it is simply not possible to obtain a valid rowid, so it could just be set to -1. Is this a planned feature? If