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

Correctly look for end delimiter dollar quoted string #7

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

hansott
Copy link
Member

@hansott hansott commented Jan 12, 2025

Currently the tokenizer throws an error for

SELECT $abc$x$ab$abc$

The logic is also quite difficult to read so I made it a bit simpler.

Currently the tokenizer throws an error for

```sql
SELECT $abc$x$ab$abc$
```

The logic is also quite difficult to read so I made it a bit simpler.
@willem-delbare willem-delbare merged commit 3fb8f4b into main Jan 12, 2025
18 of 20 checks passed
@hansott hansott deleted the dollar-quoted-strings branch January 12, 2025 21:52
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