Description
Due to changes in execution, I had to change the string value returned by SequenceValueExpression (which is used as the column name)
However, as the CURRENT keyword does not take a parameter, the column name should have remained the same.
Fix the column names, so that we returnÂ
CURRENT VALUE FOR MYSEQUENCE
instead ofÂ
CURRENT[1] VALUE(S) FOR MYSEQUENCE
again.
The column names for NEXT VALUE(S) were also changed, but that cannot be avoided.
Attachments
Issue Links
- is caused by
-
PHOENIX-6665 PreparedStatement#getMetaData() fails on parametrized "select next ? values for SEQ"
- Resolved
- links to