[
https://issues.apache.org/jira/browse/DERBY-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500650
]
Knut Anders Hatlen commented on DERBY-2587:
-------------------------------------------
Hi Narayanan,
The patch basically looks correct to me, but I'm not sure about this part:
//A valid locator value could not be obtained.
clob = new org.apache.derby.client.am.Clob
(this.agent_, 0);
Shouldn't this have been Clob(Agent,String) instead of Clob(Agent,int) to
create an empty Clob which doesn't use locators?
> Connection.createClob() and Connection.createBlob() need to return locator
> support enabled LOB objects in the NetworkClient
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-2587
> URL: https://issues.apache.org/jira/browse/DERBY-2587
> Project: Derby
> Issue Type: Sub-task
> Components: Network Server
> Reporter: V.Narayanan
> Assignee: V.Narayanan
> Attachments: ConnectionLocatorWork_v1.diff,
> ConnectionLocatorWork_v1.stat, ConnectionLocatorWork_v2.diff,
> ConnectionLocatorWork_v2.stat, ConnectionLocatorWork_v3.diff,
> ConnectionLocatorWork_v3.stat, ConnectionLocatorWork_v4.diff,
> ConnectionLocatorWork_v4.stat
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.