-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11.0
-
Component/s: jdbc-adapter
-
Labels:None
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.
- is duplicated by
-
CALCITE-1528 Not able to insert into Database table
-
- Closed
-
- relates to
-
CALCITE-2427 Sub-queries not supported in DML statements
-
- Closed
-