SQLProvider icon indicating copy to clipboard operation
SQLProvider copied to clipboard

Can't use Postgres functions

Open retendo opened this issue 4 years ago • 1 comments
trafficstars

I want to call a function in my Postgres database. I did it like in the example here: https://fsprojects.github.io/SQLProvider//core/programmability.html (I used database provider type POSTGRESQL instead)

But when I want to use it with my dataContext I get

ProductRepo.fs(72, 13): [FS0039] The type 'dataContext' does not define the field, constructor or member 'Functions'.

retendo avatar Dec 11 '20 19:12 retendo

This is kind of duplicate of #180

Thorium avatar Jan 05 '23 08:01 Thorium