mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
A bug made it into the release which causes compilation errors when forceLocal is used on a predicate with a result column. This commit works around the issue by converting the result column to a positional parameter, for the predicates that we use forceLocal on. It should be safe to revert this commit once the compiler fix has made it into a stable release.