[
https://issues.apache.org/jira/browse/TRAFODION-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401691#comment-15401691
]
ASF GitHub Bot commented on TRAFODION-1743:
-------------------------------------------
GitHub user mashengchen opened a pull request:
https://github.com/apache/incubator-trafodion/pull/632
TRAFODION-1743 add connection session
this jira has been merged in #561, but it is strange the changed code in
apache/master disappeared. so i do a PR again.
add seesion to each connection.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mashengchen/incubator-trafodion jira1743
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/632.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 #632
----
commit b25f9437e3beb356959eaa000f1bab13c0b4a0f5
Author: mashengchen <[email protected]>
Date: 2016-08-01T07:19:14Z
trafodion-1743 add connection session
----
> Unable to create a volatile table in a stored procedure
> -------------------------------------------------------
>
> Key: TRAFODION-1743
> URL: https://issues.apache.org/jira/browse/TRAFODION-1743
> Project: Apache Trafodion
> Issue Type: Bug
> Components: sql-general
> Reporter: Roberta Marton
> Assignee: mashengchen
> Fix For: 2.1-incubating
>
>
> Wrote an SPJ that creates a volatile table. The following error is returned:
> create stmt: create volatile table ABC_2016_01_07_19_32_29_11(version int not
> null, time_lct char(26) character set ISO88591 not null, user_name char(128)
> character set ISO88591 not null, grant_depth int not null, seq_num largeint
> generated by default as identity , grant_details varchar (500) character set
> ISO88591 not null) ;
> @Thu Jan 07 19:32:31 GMT 2016: ERROR: unable to create the results table ***
> ERROR[15001] A syntax error occurred at or before:
> CREATE VOLATILE SCHEMA;
> ^ (22 characters from start of SQL statement)
> The same create statement works fine through sqlci
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)