On 12 Apr 2019, at 6:32pm, Jim Dossey <[email protected]> wrote: > It's just when I use 2 different connections that the second connection does > not see the rowid that was just added.
Okay, I see you're using WAL mode, and two connections. Have you set up Shared-Cache Mode or anything else that might 'merge' the two connections ? Have you defined any transactions, or are both the INSERT and the SELECT creating their own transactions ? _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

