Zaid-Ajaj/Npgsql.FSharp

Missing Sql types

thomasd3 opened this issue · 3 comments

Would it be possible to add the:

Sql.doubleArray
Sql.decimalArray

types?

Right now, there is:

Sql.stringArray
Sql.intArray

but these types are really missing.

Hi there @thomasd3, indeed these functions are missing. Any you could send a PR that adds them to the library? Would really appreciate it 🙏

@Zaid-Ajaj, done, check pr #124

Closed by #124