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

Ensure the Database#encoding method works when results are "as hash" #481

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

tenderlove
Copy link
Member

This is a regression test for Rails. Rails instantiates SQLite3 with results_as_hash set to true by default. I broke the encoding method when that value is set to true, so this patch fixes it.

This is a regression test for Rails. Rails instantiates SQLite3 with
`results_as_hash` set to `true` by default. I broke the encoding method
when that value is set to true, so this patch fixes it.
@tenderlove tenderlove force-pushed the encoding-when-results-are-hash branch from e0bcae8 to 271addd Compare January 24, 2024 00:43
@tenderlove tenderlove merged commit 718b47b into main Jan 24, 2024
99 checks passed
@tenderlove tenderlove deleted the encoding-when-results-are-hash branch January 24, 2024 02:35
@flavorjones
Copy link
Member

@tenderlove thanks -- I should be able to get to setting up downstream integration testing with rails this week.

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.

2 participants