demetrixbio / FSharp.Data.Npgsql

F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables.
Apache License 2.0
127 stars 16 forks source link

BUG: command provider fixes #64

Closed melanore closed 4 years ago

melanore commented 4 years ago

This MR addresses regression that made work with enums impossible while using NpgsqlCommand provider, as well as fixes tests.