On 11/20/2011 04:00 PM, Yang Zhang wrote:
Out of curiosity, what's the proper way to change the temp directory
(say, to avoid "Error: database or disk full" errors on vacuum, which
I ran into)?  temp_store_directory has been working for me but it's
deprecated and may be elided from builds.  Is the only option to
recompile sqlite?  Thanks.

On unix setting the TMPDIR environment variable works.

On windows SQLite uses GetTempPath(). So perhaps setting
TMP or TEMP works there.





_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to