Closed
Description
Steps to reproduce:
- Download any JavaScript database from LGTM.com, import it into VSCode
- Open a version of https://github.com/Semmle/ql that includes JS: Parse regular expressions from string literals codeql#2252; this PR introduces a dbscheme change that isn't on LGTM.com yet
- Try running a JavaScript query
The query fails to run, and opening the Query Server log reveals that this is due to a dbscheme mismatch, yet the dialog for automatically upgrading the database before running the query does not appear. Manually upgrading the database fixes the problem.
(This is the underlying bug causing github/codeql#2354.)
Metadata
Metadata
Assignees
Labels
No labels
Activity
jcreedcmu commentedon Nov 18, 2019
Am able to reproduce, trying to figure out why it's happening.