Re: [sqlite] Custom VFSes and PENDING_BYTE position

2020-03-09 Thread Alexey Alyaev
Hi D. Richard Hipp, Thank you for quick response. I did consider all options as it stands: 1) Skipping the lock bytes in our vfs. This becomes really messy very fast, as it is based on test_onefile vfs and both db and journal are part of the same file, and lock bytes may end up in any of

Re: [sqlite] Custom VFSes and PENDING_BYTE position

2020-03-09 Thread Richard Hipp
On 3/9/20, Alexey Alyaev wrote: > > I have been working on a custom VFS project since 2017 > > would it not be reasonable to allow setting a different > lock byte offset just in windows/unix VFS, while keeping the lock-byte page > position untouched? > > This would allow VFSes such as ours to

[sqlite] Custom VFSes and PENDING_BYTE position

2020-03-09 Thread Alexey Alyaev
Hi sqlite developers, As this is my first post to the mailing list, I wanted to say huge thanks and regards to D. Richard Hipp and his team for all the hard work put into this wonderful database software/library :-) I have been working on a custom VFS project since 2017. The project got