Base solution for your next web application

Activities of "pilgrimconsulting"

Hi everyone, I have got a trouble while connecting AspZero Framework with PostgreSQL database. I've digged deeper, decompiled libraries. The problem is with Entity Framework, and several days of investigation showed that the reason is EntityFramework.DynamicFilters, ASP.NET Zero using version 1.4.10.2

We have found EntityFramework.DynamicFilters version 2.2.0. Currently, when trying to redirect to the newer version, we are getting an error that ASP.NET Zero compiled to work with version 1.4.10.2

With the help of DynamicFilters to the range of selected entities extra filter is being injected by current TenantId, but in PostgreSQL realization there is lack of ending brackets in the query and it doesn't depend on PostgreSQL provider, because I've tried several ones, and have got the same problem. But when trying to retrieve entities which do not depend on Tenant - it works.

Hardcoded adding closing brackets while debugging - resolves the problem.

Please, help to resolve the issue, or maybe there is an updated version of portal with a newer version of EntityFramework.DynamicFilters library.

Thanks in advance!

Showing 1 to 1 of 1 entries