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 20 forks source link

Add warning about variable usage order in `join` condition #95

Closed MangelMaxime closed 2 weeks ago

MangelMaxime commented 2 weeks ago

I always forget that the order of usage for the variable matters here. This is not a bug in SqlHydra but related to how F# works if I remember correctly.

Today again, after not having work on my SqlHydra project for a few weeks/month it took me several minutes to remember this limitations.

Hopefully, this can save some time to others and myself in the future when checking the documentation.

JordanMarr commented 2 weeks ago

Thank you!