Open Closed

Nondeterministic Collations #5410


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can copy the full code of EfCoreLanguageRepository and replace the service.

    We will make it overriden in next verison.

    Thanks

  • User Avatar
    0
    jfistelmann created

    In addition to malimings answer, these resources here may be helpful:

    ABP Framework Entity Framework Core

    PostgreSQL ILIKE

  • User Avatar
    0
    murat.kebabci created

    Thank you

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11