Hello,

On 2017-03-29 10:48, Hick Gunter wrote:
According to the documentation of Virtual Tables and Opcodes:
[...]
xOpen( table, cursor) is called to announce that SQLite intends to
read from a table. A cursor cannot be used to write to a table. Do
whatever is necessary to read from the backing store and set any VT
implementation specific fields in the cursor structure (e.g. a file
handle enabled for reading)

Where have you taken above fragment from? The doc says: ``The xOpen
method creates a new cursor used for accessing (read and/or writing) a
virtual table.'' -- at least from 3.8.5 until now. It is not the best to
rely on the assumption that xOpen-ed cursor is read-only, or have I
missed something? Why xOpen-ed cursor cannot be used to write to a table?

-- best regards

Cezary H. Noweta
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to