Skip to content

feat: support schema_name on DeriveActiveEnum#3055

Open
nils-degroot wants to merge 1 commit intoSeaQL:masterfrom
nils-degroot:master
Open

feat: support schema_name on DeriveActiveEnum#3055
nils-degroot wants to merge 1 commit intoSeaQL:masterfrom
nils-degroot:master

Conversation

@nils-degroot
Copy link
Copy Markdown

Hiya. I'm running a database with many would like to specify where which enum lives. Currently a workaround would be to do something like enum_name = "some_schema\".\"some_enum". This PR adds a schema_name field to the DeriveActiveEnum to properly support this. By default it will be empty mirroring the current behavior.

PR Info

New Features

  • Add the schema_name field to DeriveActiveEnum

@Huliiiiii Huliiiiii requested a review from tyt2y3 April 28, 2026 13:35
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.

type "schema.x_enum" does not exist - after updating to SQLX 0.8.5

1 participant