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: move codegenned sql queries into internal packages of each dal #2567

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

alecthomas
Copy link
Collaborator

The codegenned types are an implementation detail and shouldn't be leaked out of their respective dal package. For convenience though, some of the sql types are just type mapped to the new package.

The codegenned types are an implementation detail and shouldn't be leaked out
of their respective dal package. For convenience though, some of the sql types
are just type mapped to the new package.
@alecthomas alecthomas added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Sep 1, 2024
@alecthomas alecthomas requested review from a team and worstell and removed request for a team September 1, 2024 01:13
This was referenced Sep 1, 2024
@alecthomas alecthomas added this pull request to the merge queue Sep 1, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 1, 2024
@alecthomas alecthomas added this pull request to the merge queue Sep 1, 2024
Merged via the queue into main with commit 0db00b2 Sep 1, 2024
90 checks passed
@alecthomas alecthomas deleted the aat/refactor-sql branch September 1, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant