Replies: 2 comments 3 replies
-
I believe you should always start saying what is the current behavior and if it was changed anytime, as the current/old behavior will always have importance on the decision if something already existing is wrong or correct. |
Beta Was this translation helpful? Give feedback.
1 reply
-
In the ideal world, I suppose it could be executed again without errors. The question is whether it's appropriate to move the cursor compatibility check from the prepare time to the execution time. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If a positional DML statement is prepared and then referenced cursor is closed and reopened, what should be the behavior of a following attempt to execute the prepared statement?
Should it throw an error?
Should it be executed ok if the new cursor is compatible with the old one (i.e. includes the same table)?
Beta Was this translation helpful? Give feedback.
All reactions