--- Dennis Cote <[EMAIL PROTECTED]> wrote:
> >     sqlite3_vfs *sqlite3_vfs_find(const char *zVfsName);
> >
> >
> > The argument is the symbolic name for the desired VFS. If the argument 
> > is a NULL pointer, then the default VFS is returned. The function 
> > returns a pointer to the *sqlite3_vfs* object that implements the VFS. 
> > Or it returns a NULL pointer if no object could be found that matched 
> > the search criteria.
> >
> >
> 
> I wonder if it might not be better to change this API to accept an empty 
> string, in addition to a NULL pointer, to find the default VFS. It seems 
> to me this might make life easier for those writing wrappers in 
> languages that don't have a concept of a NULL pointer.

That's an issue for the wrapper language binding, not the language itself.
The wrapper language binding can call a null pointer whatever it wants.


       
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to