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

countDistinct, countByDistinct operations; fix countBy #91

Closed jindraivanek closed 11 months ago

jindraivanek commented 11 months ago

Support COUNT(DISTINCT column) via new custom operations countDistinct, countByDistinct.

Fix countBy operation, so it actually works :)

Dzoukr commented 11 months ago

Thanks for that! Released as 4.6.0 🥳