Description
Ignite's Java component will provide support for DML soon (IGNITE-2294). At she same time DML will be supported at the level of ODBC and JDBC drivers.
As the next step we should include the similar functionality into Ignite.C++ by doing the following:
- Implement DML API;
- Enhance query_example.cpp by doing INSERTs instead of cache.puts and adding UPDATE and DELETE operation examples.
- Add documentation to Ignite.C++ readme.io covering the feature. Most like most of the content can be take from the general documentation when this ticket
IGNITE-4018is ready.
Attachments
Issue Links
- blocks
-
IGNITE-4620 CPP: Add documentation for DML
- Closed
- is blocked by
-
IGNITE-1466 CPP: Implement binary objects support.
- Resolved
- relates to
-
IGNITE-4409 UUID fields of the key class deserialized in a wrong way on INSERT.
- Resolved
- links to