Skip to content

Conversation

@celeste0-0sec
Copy link

This change corrects identifier escaping in elasticsearch/esql/esql.py by properly assigning the result of str.replace() back to the local variable before wrapping the identifier in backticks. Previously the replace() call produced a new string that was discarded; this leaves inner backticks unescaped. The patch ensures internal backticks are doubled so the rendered ES|QL identifier is quoted correctly.

@cla-checker-service
Copy link

❌ Author of the following commits did not sign a Contributor Agreement:
fc27412

Please, read and sign the above mentioned agreement if you want to contribute to this project

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.

1 participant