On Thu, 30 Jul 2015 23:29:49 +0000
Howard Kapustein <Howard.Kapustein at microsoft.com> wrote:

> >There cannot be a fully portable way, because path specifications
> >are not portable
> Which begs the question, why isn't there an xGetTempFilename VFS
> function in sqlite3_vfs?
> 
> Wouldn't the simplify things? Have the VFS handle it apropos, with
> the default VFS' in SQLite (or an older VFS lacking it) use the
> current hunt sequences for compat

It will not fix the other reason to mark it as deprecated, it's not thread 
safe. If one thread changes the temp directory, other threads that use temp 
files will fail and may corrupt db file. 

>       - Howard

---   ---
Eduardo Morras <emorrasg at yahoo.es>

Reply via email to