Skip to content

Allow pgresult_stream_any to be used by sequel_pg#443

Merged
larskanis merged 1 commit intoged:masterfrom
jeremyevans:sequel_pg_stream_any
Mar 9, 2022
Merged

Allow pgresult_stream_any to be used by sequel_pg#443
larskanis merged 1 commit intoged:masterfrom
jeremyevans:sequel_pg_stream_any

Conversation

@jeremyevans
Copy link
Copy Markdown
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.

2 participants