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

Red underline on script which previously wasn't underlined but still works perfectly #5196

Open
pawelsalawa opened this issue Jan 2, 2025 Discussed in #5195 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@pawelsalawa
Copy link
Owner

Discussed in #5195

Originally posted by wlclifford January 2, 2025
This seems to have started with update from 3.4.10 to 3.4.13. Screen shot below of what seems to be valid syntax. Also happens with red underline of just the semicolon when the last line of a script contains WHERE and LIKE - again the script below works fine.
UPDATE NHPProductLicence
SET product_name = REPLACE(product_name, CHAR(10), '')
WHERE product_name LIKE '%' || CHAR(10) || '%';

image

@pawelsalawa pawelsalawa added the bug Something isn't working label Jan 2, 2025
@pawelsalawa pawelsalawa added this to the 3.4.14 milestone Jan 2, 2025
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
None yet
Development

No branches or pull requests

1 participant