[sqlite] Extending VFS documentation

2015-05-25 Thread Philip Bennefall
Thanks, Jeff. That's an interesting project; redirecting to iostream. I'm sure it'll be useful, though an authoritative source for documentation on the SqLite website itself would be ideal. The methods themselves and their arguments seem easy enough; my main concern is what error codes I may re

[sqlite] Extending VFS documentation

2015-05-25 Thread Philip Bennefall
Hi Roger, For experimentation, I definitely agree that using a higher level language is better. What I am after is an authoritative source for exact behavior of the various functions, what different errors they may return and what the ramifications of not implementing various methods are, etc

[sqlite] Extending VFS documentation

2015-05-24 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/24/2015 02:39 AM, Philip Bennefall wrote: > I have looked at the example VFS implementations, but it is hard > to determine which parts of the code that are implementation > details as opposed to being part of the stable public API so to > speak.

[sqlite] Extending VFS documentation

2015-05-24 Thread Philip Bennefall
Hi all, I have been interested in the VFS layer of SqLite for a while, and found the following article to be very useful: http://www.sqlite.org/vfs.html However, it ends right when it is about to go into the actual details of how to implement a VFS. It would be great if that essay could be co

[sqlite] Extending VFS documentation

2015-05-24 Thread Jeff M
I searched stack overflow for "sqlite3_vfs_register" and got a few hits. For example, this was a good starting point on which I based my own VFS. http://stackoverflow.com/a/3842409/236415 Jeff > On May 24, 2015, at 4:39 AM, Philip Bennefall wrote: > > Hi all, > > I have been intereste