Martin Pfeifle <[EMAIL PROTECTED]> wrote:
We do not have memory databases. But I do not understand how atomicity is achieved. I understand that the ACID principle can be realized by means of the fsync command. But how does this work for more than one database file? Can anyone explain that to me, please.
See http://sqlite.org/lockingv3.html, particularly section 4 dealing with journal files.
Igor Tandetnik