Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- 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
-
CALCITE-5954 Support MERGE in RelToSqlConverter
- Closed