IBM / db2forzosdeveloperextension-about

IBM Db2 for z/OS Developer Extension for VS Code
https://IBM.github.io/db2forzosdeveloperextension-about/
Other
12 stars 8 forks source link

Can't view Stored Procs with version that includes dots e.g. "V1.0.0" #116

Closed xApt-George closed 10 months ago

xApt-George commented 12 months ago

Development environment where the bug occurred

Problem 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:

  1. First step Create a Stored Procedure where Version = "V1.0.0"

    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

katsoohoo commented 11 months ago

Hi @xApt-George,

Thank you for reporting this bug. We'll look into this.

katsoohoo commented 11 months ago

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.

xApt-George commented 10 months ago

Hi I've just tried out the latest release and this has resolved the issue thank you very much for the speedy turn around!