[ 
https://issues.apache.org/jira/browse/CALCITE-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754596#comment-15754596
 ] 

Christian Tzolov commented on CALCITE-1527:
-------------------------------------------

Sure let me try to reproduce and fix this.  Does it fails when your run 
integration test on the entire project or only on this test? 

We discussed the subject earlier that unlike the other JdbcAdapterTest tests 
the DML tests mutate the state and it seems that the test suite doesn't always 
insulate the DB between the tests in the suite. 

> Support DML in the JDBC adapter
> -------------------------------
>
>                 Key: CALCITE-1527
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1527
>             Project: Calcite
>          Issue Type: Bug
>          Components: jdbc-adapter
>            Reporter: Christian Tzolov
>            Assignee: Julian Hyde
>             Fix For: 1.11.0
>
>
> Currently the JDBC adapter does not support the DML operations: *INSERT*, 
> *DELETE* and  *UPDATE*.
> Solution needs to convert the parsed *Modify* and *Values* RelNodes into 
> *JdbcTableModify*, *JdbcValues* ... such and then in turn into corresponding 
> SqlInsert, SqlUpdate and SqlDelete.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to