SQLite creates a -journal file for each single transaction. But what exactly is 
"one transaction" and when does it happen in terms of the C functions?

For instance, can we safely say that the successive calls

_prepare_v2()
_step()
...
_step()
_finalize()

always and everywhere constitute one transaction and hence, involve a single 
-journal file?                                       
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to