Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Michael SaechangMichael Saechang(Deactivated)Reporter
Brian ChanBrian ChanBranch Version/s
6.1.x6.0.xBackported to Branch
CommittedComponents
Affects versions
Priority
Medium
Details
Details
Assignee
Michael Saechang
Michael Saechang(Deactivated)Reporter
Brian Chan
Brian ChanBranch Version/s
6.1.x
6.0.x
Backported to Branch
Committed
Components
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created June 29, 2012 at 3:37 PM
Updated June 24, 2023 at 3:47 PM
Resolved July 2, 2012 at 1:52 PM
long count = rs.getLong(1);
At SQL Server it fails with:
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
int count = rs.getInt(1);
We should update SourceFormatter to warn about this in the future in *.java.