On Mon, Feb 18, 2019 at 11:48 AM R Smith <[email protected]> wrote:

> Note that in a transaction without WAL mode ... your query may or may not
> "see" data that is older,
>

Hmmm, I don't think so. Journal mode, WAL or not, doesn't matter.
If you are inside a transaction, you are inside it. And will see the
current rows for that TX,
whether you are inside the outer query, or the "inner" one (inside the
UDF). --DD
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to