Skip to content

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

Merged
nilmerg merged 2 commits intomasterfrom
support-dots-in-identifiers
Mar 21, 2022
Merged

Quoter: Accept arrays of strings and quote parts as-is#48
nilmerg merged 2 commits intomasterfrom
support-dots-in-identifiers

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