pietermartin / sqlg

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

RecordId.ID has wrong collection type for user supplied ids #345

Closed pietermartin closed 5 years ago

pietermartin commented 5 years ago

RecordID.ID users a ListOrderedSet to hold the user supplied id's values. This should be a List as the values can be the same across user supplied ids.

This is a rather serious bug as it will affect the public interface.