Re: [sqlite] [OS/2] Update OS/2 support in sqlite 3.7.x

2010-10-25 Thread Walter Meinl
Just in case this has slipped thru cause it took a while for me to register, here is my reply again. On 10/09/29 23:41, Walter Meinl wrote: If the underlying VFS does not support shared-memory (which the OS/2 VFS does not) then SQLite simply will not go into WAL mode. No patching is needed

[sqlite] [OS/2] Update OS/2 support in sqlite 3.7.x

2010-09-29 Thread Walter Meinl
If the underlying VFS does not support shared-memory (which the OS/2 VFS does not) then SQLite simply will not go into WAL mode. No patching is needed for this. Everything should work as delivered. What exactly is malfunctioning? What is the problem that this patch attempts to fix? The

[sqlite] [OS/2] Update OS/2 support in sqlite 3.7.x

2010-09-23 Thread Walter Meinl
This defect report is cloned from mozilla bug595599 RW: This patch disables WAL journalling on OS/2 since that feature requires memory-mapped file i/o which OS/2 doesn't support, and makes other small changes where needed. The patch was originally created by Rich Walsh against the amalgamation