Skip to content

Conversation

@alexandermalyga
Copy link
Contributor

Fix #768

@alexandermalyga alexandermalyga requested a review from a team as a code owner November 24, 2023 13:03
Comment on lines +80 to +82
customers = Table('customers"')
customer_id = getattr(customers, '"id')
email = getattr(customers, 'email"').as_('customer_email"')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happens with single quotes inside double quotes?

AzisK pushed a commit that referenced this pull request Oct 25, 2025
* Escape quotes in identifiers

* Add more tests to confirm that escaping quotes in identifiers works and remove FIXME placeholders

---------

Co-authored-by: Alexander Malyga <alexander@malyga.io>
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.

Identifier quote escaping

2 participants