https://issues.apache.org/ooo/show_bug.cgi?id=58446
DVC <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from DVC <[email protected]> --- This is a problem on many queries. I ran into it trying to do column functions like count(), avg(), max(), min(), etc. The solution is to modify the connection string. You need to add the following at the end :cursorSensitivity=2; In my case that means the Datasource URL becomes: db2://andromeda:50000/ARBMAIN:cursorSensitivity=2; -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue. You are watching all issue changes.
