ArcadeDB Version:
v23.12.1
OS and JDK Version:
Linux 6.2.0-39-generic - OpenJDK 64-Bit Server VM 17 (Temurin-17+35)
Add a constructor public RID(String value) to RID.java This is useful to construct an RID whose string value has been obtained by other means. It would be cleaner than calling new RID(null, value). It would help in migration of code base that uses new ORecordId(string) and the effort to introduce the constructor is minimal.
ArcadeDB Version:
v23.12.1OS and JDK Version:
Linux 6.2.0-39-generic - OpenJDK 64-Bit Server VM 17 (Temurin-17+35)Add a constructor
public RID(String value)to RID.java This is useful to construct an RID whose string value has been obtained by other means. It would be cleaner than calling new RID(null, value). It would help in migration of code base that usesnew ORecordId(string)and the effort to introduce the constructor is minimal.