[ https://issues.jboss.org/browse/TEIID-3979?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3979.
---------------------------------
> Teiid generates queries containing VARCHAR without a size, causing an HSQL syntax error
> ---------------------------------------------------------------------------------------
>
> Key: TEIID-3979
> URL: https://issues.jboss.org/browse/TEIID-3979
> Project: Teiid
> Issue Type: Bug
> Components: JDBC Connector
> Affects Versions: 8.7
> Reporter: Gabriel Steinberg
> Assignee: Steven Hawkins
> Fix For: 9.0, 8.12.5, 8.13.2
>
>
> When running the following query through Teiid against an HSQL database:
> SELECT CAST(N_NATIONKEY AS VARCHAR(100)) FROM NATION
> Teiid drops the length from the query, sending to HSQL the query
> SELECT CAST(N_NATIONKEY AS VARCHAR) FROM NATION
> which causes an HSQL syntax error. HSQL doesn't support VARCHAR without length.
> Note: this query was generated by Tableau, and there's no easy way to change it to use the LFT function, as suggested by Steven in https://developer.jboss.org/thread/267816
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/TEIID-3859?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3859.
---------------------------------
> update WildFly management port from 9999 to 9990
> ------------------------------------------------
>
> Key: TEIID-3859
> URL: https://issues.jboss.org/browse/TEIID-3859
> Project: Teiid
> Issue Type: Bug
> Components: Tools
> Affects Versions: 8.13
> Reporter: Kylin Soong
> Assignee: Steven Hawkins
> Fix For: 8.13
>
>
> Start from WildFly, management port 9999 be removed, 9990 be used, the following code/scripts need to be update to consistence with WildFly:
> * adminshell/src/main/java/org/teiid/adminshell/AdminShell.java
> * .build//kits/adminshell/connection.properties
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/TEIID-3901?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3901.
---------------------------------
> MetadataFactory should account for user defined aggregate functions
> -------------------------------------------------------------------
>
> Key: TEIID-3901
> URL: https://issues.jboss.org/browse/TEIID-3901
> Project: Teiid
> Issue Type: Quality Risk
> Components: Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.13, 8.12.4
>
>
> MetadataFactory.createFunctionFromMethod does not check if the method is from a user defined aggregate function.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/TEIID-3853?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3853.
---------------------------------
> BatchedUpdateNode should not report requires transaction true
> -------------------------------------------------------------
>
> Key: TEIID-3853
> URL: https://issues.jboss.org/browse/TEIID-3853
> Project: Teiid
> Issue Type: Quality Risk
> Components: Query Engine
> Affects Versions: 8.1
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.12.3, 8.13
>
>
> We expect BatchedUpdates to be executed atomicly at the source, so the node should not report a transaction as being required.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/TEIID-3669?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3669.
---------------------------------
> Look at consolidating to a single session service
> -------------------------------------------------
>
> Key: TEIID-3669
> URL: https://issues.jboss.org/browse/TEIID-3669
> Project: Teiid
> Issue Type: Quality Risk
> Components: Server
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 9.0
>
>
> We should consider moving back to a single session service in Teiid 9 as most of the constraints will be specified on a vdb basis (such as security domain, auth type, etc.) and the separation in the session service causes issues with sessions originating in different transports - TEIID-3663
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/TEIID-3779?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3779.
---------------------------------
> HBase query issues
> ------------------
>
> Key: TEIID-3779
> URL: https://issues.jboss.org/browse/TEIID-3779
> Project: Teiid
> Issue Type: Bug
> Components: Misc. Connectors
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.7
>
>
> Hbase has a number of issues with their sql handling / driver. Adding a parent issue to track all of known issues.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/TEIID-3521?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3521.
---------------------------------
> Provide Swagger support on auto-generated REST web services
> -----------------------------------------------------------
>
> Key: TEIID-3521
> URL: https://issues.jboss.org/browse/TEIID-3521
> Project: Teiid
> Issue Type: Feature Request
> Components: Server
> Reporter: Ramesh Reddy
> Assignee: Kylin Soong
> Fix For: 8.12
>
>
> Provide a support for generating Swagger service generation file. Not completely sure how this can be utilized in Swagger-UI but needs to be generated.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
[ https://issues.jboss.org/browse/TEIID-3814?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3814.
---------------------------------
> Rest Web Service URL for VDB
> ----------------------------
>
> Key: TEIID-3814
> URL: https://issues.jboss.org/browse/TEIID-3814
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.4
> Environment: JBoss Developer Studio 9.0.0 GA
> Teeid 8.12
> Reporter: Mirco Marchitiello
> Assignee: Ramesh Reddy
> Priority: Minor
> Fix For: 8.12.3, 8.13
>
>
> Exposing a Teiid Procedure as Rest Service the url, as defined in
> https://docs.jboss.org/author/display/teiid812final/REST+Service+Through+VDB as
> http://{host}:8080/sample_1/view/g1/123
> "view" must be in lower case in order to be accepted, even if it is been created with capital letters.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)