[jira] [Created] (DERBY-6923) Passing a ClientClob or ClientBlob from another connection results in 'null' being written.

2017-02-24 Thread Gordon Innes (JIRA)
Gordon Innes created DERBY-6923: --- Summary: Passing a ClientClob or ClientBlob from another connection results in 'null' being written. Key: DERBY-6923 URL: https://issues.apache.org/jira/browse/DERBY-6923

[jira] [Updated] (DERBY-6923) Passing a ClientClob or ClientBlob from another connection results in 'null' being written.

2017-02-24 Thread Gordon Innes (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Innes updated DERBY-6923: Description: When assigning a Blob or Clob from a ResultSet to a PreparedStatement parameter on a

[jira] [Updated] (DERBY-6923) Passing a ClientClob or ClientBlob from another connection to an INSERT statement results in 'null' being written.

2017-02-24 Thread Gordon Innes (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Innes updated DERBY-6923: Summary: Passing a ClientClob or ClientBlob from another connection to an INSERT statement results

[jira] [Commented] (DERBY-6923) Passing a ClientClob or ClientBlob from another connection to an INSERT statement results in 'null' being written.

2017-02-25 Thread Gordon Innes (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884380#comment-15884380 ] Gordon Innes commented on DERBY-6923: - Thanks for the detailed response. The delayed transfer of the

[jira] [Commented] (DERBY-6923) Passing a ClientClob or ClientBlob from another connection to an INSERT statement results in 'null' being written.

2017-02-27 Thread Gordon Innes (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886568#comment-15886568 ] Gordon Innes commented on DERBY-6923: - I've modified my NetworkOnly example to use a single

[jira] [Comment Edited] (DERBY-6923) Passing a ClientClob or ClientBlob from another connection to an INSERT statement results in 'null' being written.

2017-02-27 Thread Gordon Innes (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886568#comment-15886568 ] Gordon Innes edited comment on DERBY-6923 at 2/27/17 9:49 PM: -- I've modified