Closed
Description
Describe the bug
When running a query and a quick-eval on a testproj, comparing the results using the compare results
action fails with the error
Failed to show results: Schema undefined not found.
Version
CodeQL extension version: 1.8.2
CodeQL CLI version: 2.12.6
Platform: Darwin x64
VS Code Version: 1.77.2 (Universal)
VS Code Commit: e344f1f539a80912a0e9357cec841f36ce97a4e2
To reproduce
- Create a testproj database from a failing test case.
- Use the testproj database to run a query.
- Quick eval part of the query that is compliant for comparing using the
compare results
command. - See the error message.
Expected behavior
Expected to see a result difference.