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
After the results view opens, Click on View CSV results for this query in the history view
BUG
Exception caught at top level: /Users/andrew.eisenberg/Library/Application Support/Code/User/globalStorage/github.vscode-codeql/queries/ExternalFlow.qll-utKlrrgKpMXWbhpVDQOh2/results.bqrs has no result set called #select.
com.semmle.cli2.bqrs.DecodeCommand.generateOutput(DecodeCommand.java:237)
com.semmle.cli2.bqrs.DecodeCommand.executeSubcommand(DecodeCommand.java:213)
com.semmle.cli2.picocli.SubcommandCommon.executeWithParent(SubcommandCommon.java:484)
com.semmle.cli2.execute.CliServerCommand.lambda$executeSubcommand$0(CliServerCommand.java:67)
com.semmle.cli2.picocli.SubcommandMaker.runMain(SubcommandMaker.java:205)
com.semmle.cli2.execute.CliServerCommand.executeSubcommand(CliServerCommand.java:67)
com.semmle.cli2.picocli.SubcommandCommon.call(SubcommandCommon.java:500)
com.semmle.cli2.picocli.SubcommandMaker.runMain(SubcommandMaker.java:205)
com.semmle.cli2.picocli.SubcommandMaker.runMain(SubcommandMaker.java:214)
com.semmle.cli2.CodeQL.main(CodeQL.java:98)
What's happening is that the view CSV results is expecting a #select results set, but in this case, the results set does not exist. The only results set available is some renaming of the selected quick eval text.
I can think of two possible solutions:
Turn off csv results for quick eval (not great)
Arbitrarily choose a single results set to view if the #select results set is not available. 99% of the time (maybe 100% of the time) this will do the right thing.
The text was updated successfully, but these errors were encountered:
What's happening is that the view CSV results is expecting a
#select
results set, but in this case, the results set does not exist. The only results set available is some renaming of the selected quick eval text.I can think of two possible solutions:
#select
results set is not available. 99% of the time (maybe 100% of the time) this will do the right thing.The text was updated successfully, but these errors were encountered: