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

Quoter: Accept arrays of strings and quote parts as-is #48

Merged
merged 2 commits into from
Mar 21, 2022

Conversation

nilmerg
Copy link
Member

@nilmerg nilmerg commented Feb 21, 2022

This allows to do this:

$quoter->quoteIdentifier(['a.b.c']) === '`a.b.c`';

The previous behavior still exists:

$quoter->quoteIdentifier('a.b.c') === '`a`.`b`.`c`';

@nilmerg nilmerg added the enhancement New feature or request label Feb 21, 2022
@nilmerg nilmerg added this to the v0.4.0 milestone Feb 21, 2022
@nilmerg nilmerg self-assigned this Feb 21, 2022
@cla-bot cla-bot bot added the cla/signed label Feb 21, 2022
@nilmerg nilmerg force-pushed the support-dots-in-identifiers branch from 95ce5c4 to 107abea Compare March 21, 2022 08:38
@nilmerg nilmerg merged commit 68ba15e into master Mar 21, 2022
@nilmerg nilmerg deleted the support-dots-in-identifiers branch March 21, 2022 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla/signed enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant