[
https://issues.apache.org/jira/browse/TRAFODION-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16025394#comment-16025394
]
ASF GitHub Bot commented on TRAFODION-2516:
-------------------------------------------
GitHub user sandhyasun opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1103
[TRAFODION-2516] Further work on this original JIRA
JDBC testing revealed that some obsolete code in dinder caused issues .
Removed that code.
Added option to turn of GC completely if needed.
Added code to handle CLOB datatype in some places where it wasn't handled
like BLOB datatype.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sandhyasun/incubator-trafodion lob_inssel_work
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1103.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1103
----
commit 9a1ccf0ce8a68fdd6594187cfe617b973f327db7
Author: Sandhya Sundaresan <[email protected]>
Date: 2017-05-23T19:59:11Z
Fixes from testing JDBC usage of blob datatype.
commit 14c02c1832b18812dcf88a54819e510866771745
Author: Sandhya Sundaresan <[email protected]>
Date: 2017-05-23T20:00:07Z
Merge remote branch 'origin/master' into lob_inssel_work
commit 8fb47efb74fe8f5f2e88696a5e891a9ac362f229
Author: Sandhya Sundaresan <[email protected]>
Date: 2017-05-25T20:59:59Z
Fixes for CLOB datatype
----
> Enhance stringtolob builtin function to take varchar/char columns as parameter
> ------------------------------------------------------------------------------
>
> Key: TRAFODION-2516
> URL: https://issues.apache.org/jira/browse/TRAFODION-2516
> Project: Apache Trafodion
> Issue Type: Improvement
> Components: sql-exe
> Reporter: Sandhya Sundaresan
> Assignee: Sandhya Sundaresan
>
> Today the stringtolob built in function that converts a string to a LOB type
> before inserrting into a lob column takes a string literal as input. Need to
> enhance it to take a char column or a varchar column as input too.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)