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

Support Postgres Enum #2135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alex-tan
Copy link
Contributor

Motivation

Currently Postgres Enums are T.untyped in tapioca dsl

Implementation

I followed the pattern of the other Postgres column implementations.

Tests

I didn't add tests as there isn't currently a way to do that in the repo for Postgres but I did test it against our codebase where it produced the correct output.

@alex-tan alex-tan requested a review from a team as a code owner December 31, 2024 14:03
@alex-tan alex-tan force-pushed the support-postgres-enum branch from c63b0c6 to d73b481 Compare January 6, 2025 16:23
@alex-tan alex-tan force-pushed the support-postgres-enum branch from d73b481 to 6e2aa38 Compare January 7, 2025 15:22
@amomchilov amomchilov added the enhancement New feature or request label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants