runlilong
runlilong
Does someone have a solution for this situation? @fahhem @tobegit3hub
still not work ``` ❯ sqlite3 db.bak -cmd "PRAGMA temp_store_directory = '/mnt/test'; VACUUM" .quit Error: database or disk is full ... _, err = db.Exec("PRAGMA temp_store_directory = '/mnt/test'; VACUUM") ......
from https://raw.githubusercontent.com/mattn/go-sqlite3/master/sqlite3-binding.c. I add a print statement to confirm that it can access the env variable successfully. ``` /* ** Directories to consider for temp files. */ static const char...
SQLITE_TMPDIR doesn't work for both of them