We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e060708 commit 865e4f0Copy full SHA for 865e4f0
ql/src/codeql_ql/ast/Ast.qll
@@ -2415,8 +2415,8 @@ module YAML {
2415
2416
/** Gets the database scheme of this qlpack */
2417
File getDBScheme() {
2418
- result.getBaseName() = this.getProperty("dbscheme") and
2419
- result = file.getParentContainer().getFile(any(string s | s.matches("%.dbscheme")))
+ result.getAbsolutePath() =
+ file.getParentContainer().getAbsolutePath() + "/" + this.getProperty("dbscheme")
2420
}
2421
2422
pragma[noinline]
0 commit comments