Skip to content

Restore compabibility with providers that bypass schema discovery query execution (e.g. Oracle) #195

@divega

Description

@divega

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions