[teiid-issues] [JBoss JIRA] Resolved: (TEIID-1273) Add support for using source_name with multisource INSERT Statements

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Tue Oct 12 16:29:39 EDT 2010


     [ https://jira.jboss.org/browse/TEIID-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-1273.
---------------------------------

    Resolution: Done


Insert operation now can be issued against a single source by using insert command as below

insert into table (col1, col2, SOURCE_NAME) values ('value1', 'value2', 'x')

The above operation will take place against the source called 'x', which is defined as part of multi-source configuration in the vdb.xml file. Note that when the 'SOURCE_NAME' element is missing, then the inset will apply to all the sources configured under that model.

> Add support for using source_name with multisource INSERT Statements
> --------------------------------------------------------------------
>
>                 Key: TEIID-1273
>                 URL: https://jira.jboss.org/browse/TEIID-1273
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Query Engine
>            Reporter: julien reboul
>            Assignee: Ramesh Reddy
>             Fix For: 7.2
>
>
> source_name could be added as an additional column for multi-source inserts to determine which source the insert goes to.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list