On Wed, May 7, 2014 at 6:31 PM, Richard Hipp <[email protected]> wrote: > On Wed, May 7, 2014 at 9:00 AM, Marco Bambini <[email protected]> wrote: > >> What is the best way to know if a table has been created with the WITHOUT >> ROWID option? >> > > > (1) You could send "SELECT rowid FROM table" .... > > (2) Run both "PRAGMA index_list(table)" .... > >
Is there a way for a virtual table implementation to report that there's no rowid support before first xRowId call takes place? Max _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

