0
murat.kebabci created
- ABP Framework version: v6.0.3
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
Hello, I created a question about non-deterministic collations for postgresql few months ago. Related methods of some repositories such as EfCoreIdentityUserRepository and EfCoreIdentityRoleRepository are overriden as you suggested. EfCoreLanguageRepository methods cannot be overriden, do you have a plan to determine collations for such methods or any suggestions other than using citext?
Mentioned question: https://support.abp.io/QA/Questions/4877/Nondeterministic-Collations-cause-error-on-search-bars
3 Answer(s)
-
0
hi
You can copy the full code of
EfCoreLanguageRepository
and replace the service.We will make it overriden in next verison.
Thanks
-
0
In addition to malimings answer, these resources here may be helpful:
-
0
Thank you