Hi,

I've implemented a virtual table and in my xColumn() method I'm using
sqlite3_value_subtype() to indicate when my SQLITE_TEXT columns need some
different processing when I'm retrieving the columns of my query results.
I've found that the subtype setting is getting preserved for some reason
when my query includes GROUP BY or ORDER BY.

Any ideas why this could be happening? Is this the expected behavior? I'm
running SQLite version 3.19.3.

Thanks
Sharon Casaletto




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

Reply via email to