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

andWhere, orWhere #94

Closed jindraivanek closed 10 months ago

jindraivanek commented 11 months ago

This is follow up based on discussion in #89.

Adding new custom operations: andWhere, orWhere.

They allow combine WHERE condition defined so far with new condition.

It's intermediate step towards andWhereIf, orWhereIf operations, that will be in separate PR and will build on this PR.