Re: [sqlite] VFS FCNTL question

2017-12-03 Thread Cezary H. Noweta
Hello, On 2017-12-03 17:41, J Decker wrote: https://sqlite.org/c3ref/c_fcntl_busyhandler.html #define SQLITE_FCNTL_PDB 30 SQLITE_FCNTL_PDB has no documentation as to what it's for. The only place, where this FCNTL is used, is btree.c:sqlite3BtreeOpen(). The FCNTL informs a VFS driver on

[sqlite] VFS FCNTL question

2017-12-03 Thread J Decker
https://sqlite.org/c3ref/c_fcntl_busyhandler.html #define SQLITE_FCNTL_PDB 30 SQLITE_FCNTL_PDB has no documentation as to what it's for. ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org