Skip to content
This repository was archived by the owner on Apr 5, 2019. It is now read-only.
This repository was archived by the owner on Apr 5, 2019. It is now read-only.

Schema configurations are not honoured #17

@OphiCA

Description

@OphiCA

In my implementation I have my entities configured into separate schemas. The filter I was messing around with however only looked up entities in the dbo schema. For example, the entity I was testing with is Manufacturers and it lives in the Inventory schema. The filter however would only create SQL like: [dbo].[Manufacturers] instead of [Inventory].[Manufacturers].

Is there something I'm missing that makes this happen or does it simply not work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions