mssql_ecto
mssql_ecto copied to clipboard
Preloading associations with differing schemas fails
Expected Behavior
Prefixing one table with a schema_prefix should not affect any of its associated schemas.
Current Behavior
When prefixing a table with a non-default schema name, its associations inherit that schema_prefix.
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
- MssqlEcto version: 1
- Ecto version: 3
- Elixir version: 1.6.1
- Erlang version: 20.1
- Microsoft SQL Server version: MSSQL13
- Operating System and version: Linux RHEL7.5
- Link to your project: closed source.