We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85f2d52 + cc77205 commit 432093dCopy full SHA for 432093d
src/connection/manager.ts
@@ -166,7 +166,7 @@ export class SQLJobManager {
166
167
} else if (!ServerComponent.isInstalled()) {
168
let updateResult = await ServerComponent.checkForUpdate();
169
- if (UpdateStatus.JUST_UPDATED === updateResult) {
+ if (UpdateStatus.JUST_UPDATED === updateResult || UpdateStatus.UP_TO_DATE === updateResult) {
170
await onConnectOrServerInstall();
171
return this.getPagingStatement(query, opts);
172
}
0 commit comments