[teiid-issues] [JBoss JIRA] (TEIID-5482) Dynamic SQL: Executing Dynamic SQL Throws an Error

dalex dalex (JIRA) issues at jboss.org
Mon Sep 24 05:06:00 EDT 2018


    [ https://issues.jboss.org/browse/TEIID-5482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13637315#comment-13637315 ] 

dalex dalex edited comment on TEIID-5482 at 9/24/18 5:05 AM:
-------------------------------------------------------------

[~shawkins] such question though the issue is already marked as solved: in case of this.requestMsg.getResultsMode() = ResultsMode.EITHER (working via SQuirrel) I can see the:
{code:noformat}
Error: 0
SQLState:  38000
ErrorCode: 0
{code}
and at the same time no error messages like TEIID30490 in teiid server logs. Is it correct behavior?


was (Author: dalex005):
[~shawkins] such question though the issue is already marked as solved: in case of this.requestMsg.getResultsMode() = ResultsMode.EITHER (working via SQuirrel) I can see the:
{code:noformat}
Error: 0
SQLState:  38000
ErrorCode: 0
{code}
and at the same time no error messages like TEIID30490 in teiid server logs.

> Dynamic SQL: Executing Dynamic SQL Throws an Error
> --------------------------------------------------
>
>                 Key: TEIID-5482
>                 URL: https://issues.jboss.org/browse/TEIID-5482
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 11.1
>         Environment: teiid-11.1.0 (from 01.09.2018) on WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final)
>            Reporter: dalex dalex
>            Assignee: Steven Hawkins
>
> When running the following query:
> {code:sql}
> BEGIN
>        declare clob sql_query = 'select 1';
>        execute immediate sql_query;
> END ;;
> {code}
> in result set can see only:
> {code:noformat}
> Error: 0
> SQLState:  38000
> ErrorCode: 0
> {code}
> but running the following query just adding the "as cnt string":
> {code:sql}
> BEGIN
>        declare clob sql_query = 'select 1';
>        execute immediate sql_query as cnt string;
> END ;;
> {code}
> can see correct "1" in result set. I don't know if it's a correct behavior, maybe it's related to how SQuirrel handles result set.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the teiid-issues mailing list