• Sandrine Avakian's avatar
    VFS activation. · e962f84b
    Sandrine Avakian authored
    Using utf8 conversions, meaning converting back to Windows format on Windows
    with ConvertFromUtf8Filename in sqlite3bctbx_Open.
    Windows using win32  sqlite VFS methods for everything except open, read, write, close , sync, file control,
    device characteristics, file size and lock related methods. Some of them are just stubs, refer to
    source code.
    e962f84b