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

Fixes annoying Zero errors when typing joins. #31

Closed JordanMarr closed 3 years ago

JordanMarr commented 3 years ago

This is a small improvement I found last night that prevents the compiler from fighting with you while entering joins when the rest of the query is not completed.

Dzoukr commented 3 years ago

Thanks a lot, update will come in a few minutes.

Dzoukr commented 3 years ago

Done.