On Feb 4, 2009, at 6:38 PM, Brown, Daniel wrote:

> Hi Richard,
>
> Thanks for the advice: I will take a look into a barebones VFS
> implementation for backup purposes.  I assume it won't need the usual
> locking functionality that normal VFS implementations require: pretty
> much just read, write, open and close?

The SQLite core will call the locking methods, but they can be no- 
ops.  The read method can be a no-op too, I suppose, if you are only  
using the VFS to make a backup.   Oh, and the writes will all be page- 
sized and page-aligned.

>
> What is the ETA for 3.6.11?
>

http://www.sqlite.org/draft/releaselog/3_6_11.html



D. Richard Hipp
d...@hwaci.com



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to