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

Allow pgresult_stream_any to be used by sequel_pg #443

Merged
merged 1 commit into from Mar 9, 2022

Conversation

jeremyevans
Copy link
Contributor

sequel_pg needs to do its own typecasting and column name mangling,
and can do so by passing data through using a void *. This should
not affect existing ruby-pg usage, and I expect the performance
difference is not even measurable.

This can help sequel_pg work around the performance decrease when
using set_single_row_mode (#442).

sequel_pg needs to do it's on typecasting and column name mangling,
and can do so by passing data through using a void *.  This should
not affect existing ruby-pg usage, and I expect the performance
difference is not even measurable.
@larskanis larskanis merged commit 8ad8754 into ged:master Mar 9, 2022
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.

None yet

2 participants