We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6142b2 commit be2d082Copy full SHA for be2d082
1 file changed
google/cloud/odbc/bq_driver/internal/utils.cc
@@ -373,6 +373,7 @@ extern "C" BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason,
373
switch (ul_reason) {
374
case DLL_PROCESS_ATTACH:
375
g_hDllInstance = hModule;
376
+ _putenv_s("GRPC_DNS_RESOLVER", "native");
377
break;
378
}
379
return TRUE;
0 commit comments