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

refactor(c/driver/postgresql): Use GetObjectsHelper from framework to build objects #2189

Merged
merged 17 commits into from
Oct 18, 2024

Conversation

paleolimbot
Copy link
Member

@paleolimbot paleolimbot commented Sep 25, 2024

This PR migrates the PostgreSQL driver to use the same GetObjectsHelper as the SQLite driver (the one provided by the framework). This involved a few updates to the helper (notably: ensure the filter is passed to the LoadXXX() methods), and an update to the result helper to make it easier to store iteration state along a result as a member of the helper.

@paleolimbot paleolimbot force-pushed the c-driver-postgres-objects-helper branch from dce3aec to 2544d30 Compare October 8, 2024 20:41
@paleolimbot paleolimbot force-pushed the c-driver-postgres-objects-helper branch from 2544d30 to 2e8332c Compare October 15, 2024 16:12
@paleolimbot paleolimbot marked this pull request as ready for review October 17, 2024 18:37
@github-actions github-actions bot modified the milestone: ADBC Libraries 15 Oct 17, 2024
@paleolimbot paleolimbot merged commit 38c21c2 into apache:main Oct 18, 2024
85 checks passed
@paleolimbot paleolimbot deleted the c-driver-postgres-objects-helper branch October 18, 2024 02:39
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.

3 participants