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

Task: Use Npgsql Datasource for Type Mapping #167

Open
TheTedder opened this issue Jul 22, 2023 · 0 comments · May be fixed by #197
Open

Task: Use Npgsql Datasource for Type Mapping #167

TheTedder opened this issue Jul 22, 2023 · 0 comments · May be fixed by #197
Assignees
Labels
backlog Stuff to consider in the future enhancement New feature or request

Comments

@TheTedder
Copy link
Contributor

Currently we use GlobalTypeManager for our Postgres type mappings but this is considered deprecated. Using NpgsqlDataSource is preferred. See https://www.npgsql.org/doc/types/enums_and_composites.html?tabs=datasource.

Affected Functionality

The user role enum type mapping will need to be migrated to this new method.

@Dalet Dalet added the backlog Stuff to consider in the future label Jul 23, 2023
@TheTedder TheTedder self-assigned this Oct 8, 2023
@TheTedder TheTedder linked a pull request Oct 11, 2023 that will close this issue
@TheTedder TheTedder added the enhancement New feature or request label Jun 24, 2024
@erunks erunks added this to Backlog Nov 14, 2024
@erunks erunks moved this to Backlog in Backlog Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Stuff to consider in the future enhancement New feature or request
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

2 participants