-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 01/24/2011 06:05 PM, Roger Binns wrote:
> I'm finding custom VFS code is no longer working at all. 

The cause is a new xFileControl operation SQLITE_FCNTL_SYNC which appears to
needlessly duplicate the existing xSync method.

Additionally unlike other file controls it returns results via a parameter
passed in instead of via the return code of the xFileControl method itself.

And even more amusingly none of the existing SQLite provided VFS code
implement it anyway!

Hopefully it can just be removed.

If not I am going to have to build a table in my code for various file
control operations of when it is normal to have errors, which ones return
errors via the normal error code mechanism and which do it by passing in
pointers to where it should be written etc.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0+XYAACgkQmOOfHg372QRYzgCgjTlb2789KLmUGjE5MYT+MPJ2
wDgAn1cga3RMeDzA7KGKDcV4CqArDXjr
=kvYZ
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to