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

fix: fix quotes and expand issue on highlight soql #278

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FedeAbella
Copy link
Collaborator

This fixes both issues that came up on #277 :

  • It removes the line escaping the single quotes, as it doesn't look like it's needed: the command wraps the entire query in double quotes, and this makes the single quotes safe
  • It changes the addParams method for addParamsNoExpand, so any % in LIKE queries is not expanded.

@FedeAbella FedeAbella linked an issue Jan 31, 2025 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

SF.run_highlighted_soql errors out on filter criteria
1 participant