-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
env “TMPDIR" can't change the tmp store diretory #1223
Comments
How about to use pragma?
|
still not work
|
What is |
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.
|
export SQLITE_TMPDIR=/mnt/test How this work? |
SQLITE_TMPDIR doesn't work for both of them |
This is succeeded. sqlite3 cli really look TMPDIR for vacuum? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my codes
the result of it
while sqlite3 report the error
which says sqlite3 cli used the specified TMPDIR but the code didn't.
The text was updated successfully, but these errors were encountered: