You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we ignore the int scaleOrLength of PreparedStatement.setObject and ResultSet.updateObject methods. In the case of a Reader or InputStream, we should redirect to the appropriate set/updateCharacterStream or set/updateBinaryStream method.
Currently we ignore the
int scaleOrLengthofPreparedStatement.setObjectandResultSet.updateObjectmethods. In the case of aReaderorInputStream, we should redirect to the appropriateset/updateCharacterStreamorset/updateBinaryStreammethod.