Luigi Dell'Aquila
Luigi Dell'Aquila
Hi @creisle Sure, we can consider it. I'll try to do it asap Thanks Luigi
Hi @remi-sap You can refer to this https://orientdb.com/javadoc/develop/ I think it is not perfectly aligned with v 3.0.5, but it should be 99.9% accurate, anyway I'll check and update it...
Hi @holocentric-bmsnext This is due to the fact that, after a threshold (40 edges by default), edge pointers are stored in a specific structure (called SBTreeBonsai) that is not supported...
Hi @holocentric-bmsnext With Embedded Ridbags, all the edge RIDs are stored in the vertex record. With SBTreeBonsai Ridbags, edge rids are stored in a tree structure, that is saved on...
This API unification can be coordinated with #2
Hi @PhantomYdn Thank you very much for reporting, I'll check it ASAP. Thanks Luigi
Hi @PhantomYdn I just pushed a fix for this. The fix will be released with next v 3.1.5 Thanks Luigi
Hi @PhantomYdn I didn't check it, but it's so unusual (I hardly find a meaningful use case for that) that I wouldn't be surprised if it doesn't work and nobody...
Hi @PhantomYdn Let me reopen this issue, I'll do a complete check Thanks Luigi
Hi @PhantomYdn yes, closed with a commit (not intended I think). Anyway, I already did a few checks and fixed some cases of usage of any() and all(). I still...