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

DM-46747 refactor pqserver per SQR-072 #65

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Conversation

bbrondel
Copy link
Collaborator

@bbrondel bbrondel commented Jan 7, 2025

This divides the functionality in pqserver into separate units. It also switches from using a Connection object to Session objects so that sqlalchemy is managing a connection pool.

Note that the error behavior is not preserved by this change. My impression is that no one is relying on the existing error behavior, so it is to our advantage to move to error formats that are provided by FastAPI.

@bbrondel bbrondel requested a review from Vebop January 7, 2025 19:03
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.

1 participant