Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow a select line to use line continuation with \ #1

Open
aegilops opened this issue Nov 4, 2024 · 0 comments
Open

Allow a select line to use line continuation with \ #1

aegilops opened this issue Nov 4, 2024 · 0 comments

Comments

@aegilops
Copy link
Collaborator

aegilops commented Nov 4, 2024

Allow line continuation of the select line (and subsequent lines).

I consider entering a select statement as the trigger for executing the CodeQL query, but you may want to split a longer statement across multiple lines.

One way to do that is using \ at the end of the line, and then adding these lines (with the trailing \ stripped off) to the CodeQL query.

Once we get a line without a continuation marker then we can submit the query.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant