Add support for # in cache key; add test. by demiankatz · Pull Request #809 · doctrine/DoctrineModule

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@demiankatz

Copy link Copy Markdown

Contributor

@demiankatz demiankatz commented

Jun 9, 2023

edited

Loading

Follow-up to #806. Resolves #807.

@demiankatz demiankatz force-pushed the more-cache-improvements branch from e991da3 to 9eea9a7 Compare

June 9, 2023 11:02

@demiankatz

Copy link Copy Markdown

Contributor Author

This should be ready for merge, @TomHAnderson, unless @Novynn is aware of any additional characters that should be added to the regex and corresponding test.

Copy link Copy Markdown

Member

@TomHAnderson TomHAnderson left a comment

Choose a reason for hiding this comment

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

I'll merge this because it's certainly broken. More testing of individual adapters is in order.

@TomHAnderson TomHAnderson merged commit b7b08fd into doctrine:6.0.x

Jun 9, 2023

@demiankatz demiankatz deleted the more-cache-improvements branch

June 9, 2023 17:22

@demiankatz

Copy link Copy Markdown

Contributor Author

If further followup is needed, I'm happy to help, time permitting. I hope to spend some time in the next couple of weeks integrating this into my own application, so hopefully that will help turn up any remaining issues!

@TomHAnderson TomHAnderson added this to the 6.0.3 milestone

Jun 9, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@TomHAnderson TomHAnderson TomHAnderson approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

6.0.3

Development

Successfully merging this pull request may close these issues.

6.0.2 regex change is too restrictive

2 participants

@demiankatz @TomHAnderson