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

Version3 #48

Closed JordanMarr closed 3 years ago

JordanMarr commented 3 years ago

This merge contains new features for version 3 referenced in #40:

I personally think that set would be a better fit instead of setColumn since in SQL you SET individual columns. But since set is already used to set the entire record, I left it as setColumn.

Also, I was able to run test for all databases this time!

Dzoukr commented 3 years ago

Thanks a lot, man! So after I'll update the docs, we are ready for v3 release, right?

JordanMarr commented 3 years ago

I think we’re good to go once the docs are updated!