[teiid-issues] [JBoss JIRA] (TEIID-5769) Provide a conversion from string to json

Steven Hawkins (Jira) issues at jboss.org
Mon Jun 17 10:59:00 EDT 2019


     [ https://issues.jboss.org/browse/TEIID-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-5769.
-----------------------------------
    Resolution: Done


Added via a new transform that reflectively calls jsonparse.  That is a bit of a hack, but easier than introducing a new approach to conversion functions - for example like pg we could associate conversion function names via the datatype.  However there are quite a few assumptions built into the code about the datatypemanager transformation framework that make that more difficult.

> Provide a conversion from string to json
> ----------------------------------------
>
>                 Key: TEIID-5769
>                 URL: https://issues.jboss.org/browse/TEIID-5769
>             Project: Teiid
>          Issue Type: Sub-task
>          Components: Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>            Priority: Major
>             Fix For: 12.3
>
>
> For convenience there should be a conversion of string to json.  This is complicated as we don't want to add too much into common-core, so we may need some reflective loading. 



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the teiid-issues mailing list