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

Freeze and dedup quote_column_name and quote_table_name caches #50809

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

casperisfine
Copy link
Contributor

@casperisfine casperisfine commented Jan 19, 2024

Ref: #48773 (comment)

Avoid corrupting the cache by mutating the return value, and also sligthly reduce memory usage when the quoting format often return an unmodified string.

FYI: @dkubb

Avoid corrupting the cache by mutating the return value, and also
sligthly reduce memory usage when the quoting format often return
an unmodified string.
@byroot byroot merged commit 2ddbca3 into rails:main Jan 19, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants