Hello,

I've noticed in my virtual table implementation that xRowid never gets
called.  This is a read-only table, so if xRowid is mainly used for
making inserts or changes to the table, that might be why.  But
shouldn't it also get called if I do SELECT rowid FROM VirtualTable?
The result is just NULLs and my xRowid function never gets called.  If
it never gets called for read-only tables, why then is it required?

-- 
Steinar Midtskogen
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to