We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15678b commit 7afddecCopy full SHA for 7afddec
1 file changed
bootstrap.cpp
@@ -110,7 +110,7 @@ int main()
110
// is probably not ideal in the spirit of single execution isolation.
111
DuckDB db(nullptr);
112
Connection con(db);
113
- auto result = con.Query("SET home_directory='/tmp'; SET extension_directory='/opt/duckdb_extensions';");
+ auto result = con.Query("SET home_directory='/tmp'; SET extension_directory='/opt/duckdb_extensions'; SET temp_directory='/tmp';");
114
if (result->HasError())
115
{
116
cerr << "Failed to set home directory: " << result->GetError() << endl;
0 commit comments