JordanMarr / SqlHydra

SqlHydra is a suite of NuGet packages for working with databases in F# including code generation tools and query expressions.
MIT License
212 stars 21 forks source link

Fix multi join same table #34

Closed jwosty closed 1 year ago

jwosty commented 1 year ago

Implements https://github.com/JordanMarr/SqlHydra/issues/32

JordanMarr commented 1 year ago

Really digging this update. Starting to rework the tests, but it may take me a hot minute since the nature of this change affects almost all of them.

image

jwosty commented 1 year ago

Yeah, it's definitely a wide-reaching thing -- I think it's very much worth it.

Just FYI it's still very much a half-baked PR so far; so you'll probably find a lot of things not quite working yet

JordanMarr commented 1 year ago

Issue https://github.com/JordanMarr/SqlHydra/issues/32 now implemented in v1.1.0!