I'm doing a WebAPI project with Postresql, and integrate the tables and the connection works fine, but when doing functions in postgres and wanting to import them I get the following error:
Error 6046: Unable to generate function import return type of the store function 'sp_sq_grabados_id'. The store function will be ignored and the function import will not be generated.
The function that returns everything is the next value of a sequence. But it gives me that exception and I do not know if someone will have solved it already!