You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/src/run-queries.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -330,9 +330,7 @@ async function checkDbschemeCompatibility(
330
330
}
331
331
}
332
332
333
-
334
333
functionreportNoUpgradePath(query: QueryInfo){
335
-
logger.log(`Query ${query.program.queryPath} expects database scheme ${query.queryDbscheme}, but database has scheme ${query.program.dbschemePath}, and no upgrade path found`);
336
334
thrownewError(`Query ${query.program.queryPath} expects database scheme ${query.queryDbscheme}, but the current database has a different scheme, and no database upgrades are available. The current database scheme may be newer than the CodeQL query libraries in your workspace. Please try using a newer version of the query libraries.`);
337
335
}
338
336
@@ -348,7 +346,7 @@ async function compileNonDestructiveUpgrade(
0 commit comments