Re: [sqlite] SQLITE_ENABLE_ATOMIC_WRITE on windows, good or bad?

2010-09-14 Thread Simon Slavin
On 15 Sep 2010, at 1:01am, JT Olds wrote: > On this note, how does one figure out if your system does support > atomic writes (or other FS things, like safe appends)? > > Is there an easy way to have SQLite tell you what it finds out? Unfortunately, SQLite cannot tell if its underlying operatin

Re: [sqlite] SQLITE_ENABLE_ATOMIC_WRITE on windows, good or bad?

2010-09-14 Thread JT Olds
On this note, how does one figure out if your system does support atomic writes (or other FS things, like safe appends)? Is there an easy way to have SQLite tell you what it finds out? Alternatively (for my current use case), does Ext3 on 2.6 Linux support atomic writes or safe appends? On Mon,

Re: [sqlite] SQLITE_ENABLE_ATOMIC_WRITE on windows, good or bad?

2010-09-13 Thread Richard Hipp
On Mon, Sep 13, 2010 at 8:59 PM, Sam Carleton wrote: > When compiling sqlite for Windows desktop OS's (XP, Vista, Win7), should > SQLITE_ENABLE_ATOMIC_WRITE be set or not? > Makes no difference really - windows does not support atomic writes. So the atomic write feature will never be used. You m

[sqlite] SQLITE_ENABLE_ATOMIC_WRITE on windows, good or bad?

2010-09-13 Thread Sam Carleton
When compiling sqlite for Windows desktop OS's (XP, Vista, Win7), should SQLITE_ENABLE_ATOMIC_WRITE be set or not? ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users