hankinsoft / SQLPro

SQLPro bug & features tracking.
100 stars 26 forks source link

Stored Procedure OUT parameters are not added to editor windows when editing proc scripts #946

Closed DM1145 closed 6 months ago

DM1145 commented 7 months ago

When OUT parameters exist in redshift stored procedures and the stored proc is loaded into a SQL script window for editing, the application drops OUT parameters (those that return values from procedures) from the script. Should the script in the window be executed to update the proc, the parameters are dropped from the proc unless they are manually added back.

Found in SQLPro Studio Version 2023.35 (Build 111030)

hankinsoft commented 7 months ago

I haven't been able to reproduce this. Could you please provide the following details:

Environment details (please complete the following information):

Along with the database server version? Ideally a sample create script which you can use to reproduce would be great as well, as I'm not sure how/why I'm not seeing this.

hankinsoft commented 7 months ago

And to confirm, are you talking about stored procedures or functions? (And if possible a sample script which can be used to reproduce would be great).

hankinsoft commented 6 months ago

Closing as I have been unable to reproduce.