The Wayback Machine - https://web.archive.org/web/20200715021319/https://github.com/simplcommerce/SimplCommerce/issues/757
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

Use citext when using postgres database provider #757

Open
jducobu opened this issue Apr 9, 2019 · 1 comment
Open

Use citext when using postgres database provider #757

jducobu opened this issue Apr 9, 2019 · 1 comment

Comments

@jducobu
Copy link
Contributor

@jducobu jducobu commented Apr 9, 2019

Case insensitive doesn't exist in postgres.
For te search is a problem, please use citext extensions instead text foreach type string.
npgsql/efcore.pg#236
https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/providers#one-migration-set

@jducobu jducobu changed the title Use citext when using postgres daa base provider Use citext when using postgres database provider Apr 9, 2019
@hishamco
Copy link
Member

@hishamco hishamco commented Jul 26, 2019

Need to check how this done in https://github.com/sebastienros/yessql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.