pietermartin / sqlg

TinkerPop graph over sql
MIT License
246 stars 51 forks source link

RecordId with composite ids need to escape commas. #369

Closed pietermartin closed 4 years ago

pietermartin commented 4 years ago

RecordId.from(sqlgGraph, idString) does not work if the id itself has commas in it

pietermartin commented 4 years ago

fixed