[JBoss JIRA] (TEIID-4894) Remove xml document models
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4894?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-4894.
-----------------------------------
Resolution: Done
All code and test artifacts have been removed. The removal of the functionality is noted in the migration guide, but we are not yet providing full examples of conversions.
> Remove xml document models
> --------------------------
>
> Key: TEIID-4894
> URL: https://issues.jboss.org/browse/TEIID-4894
> Project: Teiid
> Issue Type: Task
> Components: Documentation, Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 10.0
>
>
> XML document models have been deprecated for a full release and are not expected to have tooling support in any future UI. Support should be removed from the server side.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (TEIID-4946) Support function SUBSTRING_INDEX in MySQL5ExecutionFactory
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4946?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-4946.
-----------------------------------
Resolution: Done
Added the pushdown function, but did not yet add an engine function as this does not seem to be commonly supported across sources.
> Support function SUBSTRING_INDEX in MySQL5ExecutionFactory
> ----------------------------------------------------------
>
> Key: TEIID-4946
> URL: https://issues.jboss.org/browse/TEIID-4946
> Project: Teiid
> Issue Type: Enhancement
> Components: JDBC Connector, Query Engine
> Reporter: Pedro Inácio
> Assignee: Steven Hawkins
> Fix For: 10.0
>
>
> It is currently difficult to achieve the same functionality that is offered by *SUBSTRING_INDEX * function without direct support from _MySQL5ExecutionFactory_.
> So it would be nice to have this function implemented in the execution factory.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (TEIID-5026) Add function to transform timestamp into Unix time
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-5026?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-5026:
---------------------------------------
It seems like you need functions to convert to and from long millisecond values, not integer second values. Or is the loss of milliseconds and a restricted date range ok?
> Add function to transform timestamp into Unix time
> --------------------------------------------------
>
> Key: TEIID-5026
> URL: https://issues.jboss.org/browse/TEIID-5026
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine
> Reporter: Jan Stastny
> Assignee: Steven Hawkins
> Fix For: 10.0
>
>
> Teiid supports function FROM_UNIXTIME as a result of TEIID-248.
> There isn't its reverse counterpart though.
> This is an issue, when there is a data source which doesn't support timestamp/date/time data types:
> * users choose to use long(unix time) in the source
> * by using FROM_UNIXTIME function they transform the long value (unix time) into respective data type value in their virtual model
> * they can read such source.
> * they can't insert/update it as this would require 'INSTEAD OF TRIGGER' with ability to transform timestamp/time/date back to long value - Unix time. This part is missing.
> As an example could serve [MySQL's UNIX_TIMESTAMP|https://dev.mysql.com/doc/refman/5.5/en/date-and-time-func...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (TEIID-4981) Support Amazon S3 Transaltor
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-4981?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-4981:
-------------------------------------
Another reason I am trying to move properties to translator instead of resource adapter is in spring environment the data access layer will not be managed by Teiid. I am experimenting how this can be managed
> Support Amazon S3 Transaltor
> ----------------------------
>
> Key: TEIID-4981
> URL: https://issues.jboss.org/browse/TEIID-4981
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Affects Versions: 8.12.x-6.4
> Reporter: Ramesh Reddy
> Assignee: Ramesh Reddy
> Labels: Alpha3
> Fix For: 10.0, 8.12.x-6.4
>
>
> Support Amazon S3 access from Teiid. Typically this is viewed as file-based access? however handling the security is key here.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months