You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EF6 Tools 6.2 beta1 will contain an improvement that eliminates redundant parameters added for filtering in database schema discovery queries (see original fix in #41 from @bengutt and later changes in #193).
While the main motivation for this change is to help the "Upgrade model from database" work with larger databases when using SQL Server, it should also work seamlessly with most providers.
That said, we believe that this change could have compatibility problems with certain providers if they bypass schema discovery query execution and produce the results of those queries by other means. Such providers would likely have a hardcoded assumption on the number and position of filtering parameters which this change could break.