[ http://issues.apache.org/jira/browse/DERBY-1461?page=all ]
Tomohito Nakayama updated DERBY-1461:
-------------------------------------
Attachment: DERBY-1461.patch
Description of the patch :
* The method writeScalarStream was separeted to two methods for encrypted stream and plain.
Test :
* Execute derbyall and found no error other than one found in DERBY-1351.
> Separate writeScalarStream to methods which handle either encrypted or plain streams.
> -------------------------------------------------------------------------------------
>
> Key: DERBY-1461
> URL: http://issues.apache.org/jira/browse/DERBY-1461
> Project: Derby
> Type: Sub-task
> Reporter: Tomohito Nakayama
> Assignee: Tomohito Nakayama
> Attachments: DERBY-1461.patch
>
> Reading writeScalarStream in Request class,
> I found it would be possible to separate this method to two methods,
> one is for encrypted stream and another is for plain,
> because original writeScalarStream hardly share code for encrypted and for plain.
> Separating this method will help me to realize DERBY-1301 separatingly for encrypted
and plain,
> as I planned in http://issues.apache.org/jira/browse/DERBY-1301#action_12417684 .
--
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
|