No result on analyzed DB #9965
Replies: 2 comments
-
You're not showing which command you use for running queries on the database you create -- I hope you know that's a separate step from You can try
(where If you see all of your files there, are there any alerts in particular you think your code ought to trigger? It might be that the code is just fine! :-) |
Beta Was this translation helpful? Give feedback.
-
(By the way, and unrelated to the actual problem you're having: It will generally be more robust and efficient to do your |
Beta Was this translation helpful? Give feedback.
-
Hello everybody,
I'm trying to analyze a DB I have created, but none of the (standard) queries I ran show any results.
I assume that something wrong happened in the creation of the DB.
The codebase: https://github.com/rxwen/gloox
The command:
codeql database create ../db --language=cpp --overwrite --command=./build.sh
The building file
build.sh
:Can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions