[ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12429416 ] Tomohito Nakayama commented on DERBY-1610: ------------------------------------------
By the way, is it really possible to judge the type checks on the client side ? There are only less information about table defiinition at client side. Then I think we can't check completely at client side.... I think information about method called at client side is sent to server in DRDA protocol. Of cource , method information itself cannot be passed directly in DRDA protocol, then it must be sent in different semantics, such as type of value. > Updating column typed as CHAR to value passed via setBinaryStream(notNull) is > failed because of imcompatiblity of types though it was not taken as error > when setBinaryStream(null) > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-1610 > URL: http://issues.apache.org/jira/browse/DERBY-1610 > Project: Derby > Issue Type: Bug > Components: Network Server, Network Client > Reporter: Tomohito Nakayama > Assigned To: Tomohito Nakayama > Attachments: DERBY-1610.diff, DERBY-1610_2.diff, > parameterMapping.diff, parameterMapping.diff, TestNullChar.java > > > There exists difference between updating character typed column to value > passed via setBinaryStream(notNullValue) and updating the column to value > passed via setBinaryStream(null). > This difference is problematic because it does not exist in Embedded mode. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
