Dzoukr / Dapper.FSharp

Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL, PostgreSQL, and SQLite
MIT License
365 stars 35 forks source link

Adds left join on many overload #44

Closed TerenceHinrichsen closed 2 years ago

TerenceHinrichsen commented 2 years ago

Addresses #43 Tests added, @Dzoukr if you can just test the PostGres and MySql - I still haven't had opportunity to get my docker up and running.

Dzoukr commented 2 years ago

Amazing, thanks! ❤️ Will test and release soon.

Dzoukr commented 2 years ago

Released as v2.4.0, thanks again!!!

TerenceHinrichsen commented 2 years ago

When I did the innerJoin I was very tempted to do the LeftJoin, but said to myself, when I need it I will add it. Makes me happy that others can benefit from it ;)