Re: [sqlite] Opening a DataBase file with a custom "user data" parameter

2019-05-06 Thread Esenthel
performance. On Wed, 17 Apr 2019 at 17:36, Richard Hipp wrote: > On 4/16/19, Esenthel wrote: > > > > I never got any reply for this > > You have to sign up for the mailing list in order to get email > replies. If you do not sign up, you have to poll for responses

Re: [sqlite] Opening a DataBase file with a custom "user data" parameter

2019-04-17 Thread Esenthel
Hi, I never got any reply for this On Thu, 21 Feb 2019 at 10:31, Esenthel wrote: > I'm trying to use "sqlite3_open_v2" with a custom VFS (file system), and > pass a pointer "void *user_data" to the sqlite3_open_v2 function, so it > gets passed down to the "sql

[sqlite] Opening a DataBase file with a custom "user data" parameter

2019-02-21 Thread Esenthel
I'm trying to use "sqlite3_open_v2" with a custom VFS (file system), and pass a pointer "void *user_data" to the sqlite3_open_v2 function, so it gets passed down to the "sqlite3_vfs::xOpen" However there's no option for that, so how to do that? The reason is that for opening files in the custom