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

Find SQL in code and resource files returning non-SQL #12

Open
mike-solomon opened this issue Jul 12, 2024 · 1 comment
Open

Find SQL in code and resource files returning non-SQL #12

mike-solomon opened this issue Jul 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mike-solomon
Copy link
Contributor

I recently ran the Find SQL in code and resource files recipe against a bunch of projects and noticed that it was returning results that were not SQL code.

Here are some examples from the rewrite project where it was thinking display names strings were SQL:

image

Maybe this is a known limitation of the recipe, though? Figured I'd call it out in case it wasn't known, though.

@mike-solomon mike-solomon added the bug Something isn't working label Jul 12, 2024
@timtebeek
Copy link
Contributor

Thanks! Could be a limitation indeed, as delete is of course an SQL keyword. We'd have to see how to filter those out as implausible without missing other cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

2 participants