ecto_sql icon indicating copy to clipboard operation
ecto_sql copied to clipboard

Add an association with a composite primary key

Open soundmonster opened this issue 4 years ago • 3 comments

This change will allow implementing support for associations with composite foreign keys.

soundmonster avatar May 18 '21 14:05 soundmonster

👍 from me! @soundmonster are you still working on this?

maxmarcon avatar Aug 21 '21 05:08 maxmarcon

Sorry for the late response. I will have time to work on this next week.

soundmonster avatar Sep 16 '21 13:09 soundmonster

I'm nearing completion:

  • this PR is green on my machine with Ecto's master so it should be safe to merge; needs workflow approval to see for real.
  • this PR is green on my machine when used with this PR that depends on it

soundmonster avatar Nov 17 '21 15:11 soundmonster