On 9/24/17, bensonbear <benson.b...@gmail.com> wrote:
>
> But today, I found that a sequence of actions done in one function with one
> database connection/cursor will not work because the later ones do not see
> the changes of the earlier ones.   Is my understanding correct that as long
> as it is the same connection/cursor, these changes should be seen?

Correct

> And, in either case, what could
> have happened all of a sudden for it to stop working?

Good question.  I suspect that whatever is going wrong has little or
nothing to do with SQLite, though.  What other debugging steps have
you taken?

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

Reply via email to