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 no and if I would like to try to add it
myself, do you an advice for me about what is the best way to proceed?
A possible API could be:
long long int sqlite3_rowid(sqlite3_stmt*);
I know that some months ago there was an experimental code written by
Robert Simpson:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg19341.html
Anyone have tested it?
Is there something else available?
Thanks a lot.
---
Marco Bambini
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------