◐ Shell
clean mode source ↗

Fix to the way the 23 handles the object duration in type plus image fixes. by lwasylow · Pull Request #1310 · utPLSQL/utPLSQL

I have worked around that problem in our pipeline by using version 23.26.0 instead of 23.26.1.

It is strange to see this exception especially as a_event_item is actually in not in out.

I am not a big fan of making changes in code to workaround Oracle bugs but if it solves the problem permanently than it's OK.

Since it is a solution for a problem, please create a separate issue for that specific error we see, so the error is documented in repository and it should be referenced in code comment.
That way there is clarity why we use this redundant and unnecessary assignment.

With this we minimize the risk of introducing a regression at some point in future, when we are no longer using Oracle version 23.26.1 for builds and testing. Some users may still use it and be prone to the issue.