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 quoted quotion marks within identifiers #50

Open
crisptrutski opened this issue Jun 5, 2024 · 0 comments
Open

Support quoted quotion marks within identifiers #50

crisptrutski opened this issue Jun 5, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers .Team/BackendComponents

Comments

@crisptrutski
Copy link
Collaborator

In SQL you can include the quote character within an identifier name by repeating it, e.g.

`schemer`.`the-table`.`doug``s mug`
{:schema "schemer"
 :table  "the-table"
 :column "doug`s mug"}

Metabase solves this with a slightly more complex quote stripper which we should be able to simply pilfer.

@crisptrutski crisptrutski added bug Something isn't working good first issue Good for newcomers labels Jun 5, 2024
@crisptrutski crisptrutski changed the title Support quoted quote symbols within identifier names Support quoted quotion marks within identifiers Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers .Team/BackendComponents
Projects
None yet
Development

No branches or pull requests

1 participant