mssql_ecto icon indicating copy to clipboard operation
mssql_ecto copied to clipboard

Preloading associations with differing schemas fails

Open churchie317 opened this issue 6 years ago • 0 comments

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.

churchie317 avatar Dec 12 '18 03:12 churchie317