I have a Apache Ignite database running which I want to interact with using Python thin client (pyignite). I've already performed create, read and update operations, but I meet problems with the delete ones. For now, even if the submission of delete request does not raise any error, the entries that are supposed to be deleted are not.
I've tried deleting those same entries running the same delete query in terminal via and this does succesfully remove the targeted entries. Here is how I unsuccesfully tried to delete data : Any help would be greatly appreciated, thanks ! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
