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

Schema configurations are not honoured #17

Open
OphiCA opened this issue Nov 11, 2014 · 0 comments
Open

Schema configurations are not honoured #17

OphiCA opened this issue Nov 11, 2014 · 0 comments

Comments

@OphiCA
Copy link

OphiCA commented Nov 11, 2014

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant