Closed xApt-George closed 10 months ago
Hi @xApt-George,
Thank you for reporting this bug. We'll look into this.
Hi @xApt-George, we've just released v2.1.4 that fixes this issue. Please try it out and let us know if your problem has been resolved.
Hi I've just tried out the latest release and this has resolved the issue thank you very much for the speedy turn around!
Development environment where the bug occurred
java -version
and paste the details here): 17.0.5 2022-10-18 LTSProblem description
Many of the Stored Procedures I'm working with use the versioning Vx.x.x which can't be opened up using the catalog features in the extension.
Detailed steps for reproducing the problem:
Observed behavior
When trying to click on the Stored Procedure from the new catalog features I get a message saying: SCHEMA.SP_FETCH_DATA.V1.0.0 stored procedure is invalid. The expected format is schema.specificname or schema.specificname.version
Expected behavior
I can open up the Stored procedure and see its properties like I can if the Version is "V1" for example