@atlashub/smartstack-cli 3.26.0 → 3.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -126644,6 +126644,9 @@ adminCommand.command("reset").description("Reset the localAdmin account password
126644
126644
  }
126645
126645
  }
126646
126646
  if (!nativeConnected) {
126647
+ if (!nativeDriver) {
126648
+ logger.debug("msnodesqlv8 not found, falling back to sqlcmd. For native SSPI: npm install -g msnodesqlv8");
126649
+ }
126647
126650
  await tryWithSqlCmd();
126648
126651
  }
126649
126652
  } else {