[teiid-issues] [JBoss JIRA] (TEIID-2929) Provide ability define "execution properties" as VDB properties

Steven Hawkins (JIRA) issues at jboss.org
Fri May 2 08:49:57 EDT 2014


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

Steven Hawkins commented on TEIID-2929:
---------------------------------------

The next set of thoughts here is that this may require revamping the way we handle properties.  Currently the request message will level the values to booleans, which means that the server side won't know if they are default values.

Another approach is to make the logic specific to ODBC, which would then inject the properties at connection time on the server side.  A somewhat related scenario was the recent TEIID-2945 issue.  For simplicity I'll probably take this approach.

> Provide ability define "execution properties" as VDB properties
> ---------------------------------------------------------------
>
>                 Key: TEIID-2929
>                 URL: https://issues.jboss.org/browse/TEIID-2929
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Server
>            Reporter: Ramesh Reddy
>            Assignee: Steven Hawkins
>             Fix For: 8.8
>
>
> Currently if user needs to set any execution properties on their connection, with JDBC they can define on the URL or use "SET " statement to issue a query. In ODBC can also use "SET " method.
> However, when working with packaged applications and ODBC or in some situations it may be better to configure these properties VDB wide so that all the connections are using same execution properties.
> This JIRA proposes ability to add execution properties as vdb properties in vdb.xml file. 



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the teiid-issues mailing list