Page 1 of 1

Cannot get metadata for scalar function

Posted: Tue 10 Jul 2012 21:55
by tgreaves
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?

Re: Cannot get metadata for scalar function

Posted: Thu 12 Jul 2012 15:19
by Shalex
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).