BUG in DataGrip; prompt for parameters for declared refcursor
Answered
Hello!
There is bug in datagript. It is asking me for parameters when I make in console query like this:
VARIABLE OutputRecordset refcursor;
BEGIN OPEN :OutputRecordset FOR select 1 from dual; END;
/
print :OutputRecordset;
Should I make this query other way to make it work in DataGrip or there is serious bug in software.
Best regards,
Krzysztof Antoń
Please sign in to leave a comment.
Hi
This is not a bug, please read about user parameters.
as for now each name started with column is considered as parameter and it can not be changed.
I tried adding an exception for ? in Settings->Database->User parameters, but this didn't work.
Always prompt parameter:
Avillasec,
How did you add exception? Could you share a screenshot for User Parameters settings?