VARIABLES.ROWCOUNT returns incorrect value in the DV Virtual Procedure
Issue
VARIABLES.ROWCOUNTreturns incorrect value in the Virtual Procedure.VARIABLES.ROWCOUNTreturns unexpected values.- In case when there is no row returned (processed) it gives 0 (ZERO)
- In case when there is 1 row returned (processed) it gives 1 (ONE)
- In case when the count of rows is greater than 1 - it return MINUS count of rows and also returned value is doubled (e.g. if actual number of records fetched is 491, this variable returns value as 982)
Environment
- Red Hat JBoss Data Virtualization (DV) 6.1
- use of the
VARIABLES.ROWCOUNTin a virtual procedure
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.