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

Support semicolon and escaped strings in lark #1339

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

pchunduri6
Copy link
Contributor

Support semi-colons in string literals for queries of the form:

"""SELECT ChatGPT("Here's a; question", "This is the context") FROM TAIPAI;"""

Also support string escape to run ChatGPT queries more easily:

"""SELECT ChatGPT('Here\\'s a question', 'This is the context') FROM TAIPAI;"""

@pchunduri6 pchunduri6 changed the title support semicolon and escaped strings in lark Support semicolon and escaped strings in lark Nov 3, 2023
@jarulraj jarulraj self-requested a review November 6, 2023 00:28
@jarulraj
Copy link
Member

jarulraj commented Nov 6, 2023

The PR looks good to me @pchunduri6. Anything pending?

@pchunduri6 pchunduri6 marked this pull request as ready for review November 6, 2023 01:20
@pchunduri6
Copy link
Contributor Author

The PR looks good to me @pchunduri6. Anything pending?

It should be good to merge @jarulraj. Can you merge it?

@jarulraj jarulraj merged commit 6929103 into staging Nov 6, 2023
7 of 8 checks passed
@jarulraj jarulraj deleted the lark-string-literal branch November 6, 2023 02:11
This pull request was closed.
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.

2 participants