Cannot get metadata for scalar function

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
tgreaves
Posts: 1
Joined: Tue 10 Jul 2012 21:29

Cannot get metadata for scalar function

Post by tgreaves » Tue 10 Jul 2012 21:55

I am trying to use a postgres scalar function in my DotConnect EF model.. When I try to create the method for the function it says that it has to run it in order to get the metadata, I click yes but it says that it returns null data..

I think this is because the function needs to have an input parameter to work correctly.. How do I get this method created?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Cannot get metadata for scalar function

Post by Shalex » Thu 12 Jul 2012 15:19

1. Could you please send us the DDL script of your function and the objects which are used by this function so that we can reproduce the issue in our environment?
2. Tell us the versions of your dotConnect for PostgreSQL (x.xx.xxx) and PostgreSQL server (x.x.x).

Post Reply