Dzoukr / Dapper.FSharp

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

New comparison operators #38

Closed JordanMarr closed 3 years ago

JordanMarr commented 3 years ago

There are a handful of new comparison operators that I implemented in SqlHydra that you may be interested in:

isIn or |=| isNotIn or |<>| like or =% notLike or <>%

(They are the same operators used in SqlProvider, so they should be familiar to some people already).

Dzoukr commented 3 years ago

I think if we put them in a separated module *.Operators, that would be a great addition!

Dzoukr commented 3 years ago

Released as v2.3.0