pietermartin / sqlg

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

RecordId breaks if the table name as a period in it. #376

Closed pietermartin closed 4 years ago

pietermartin commented 4 years ago

SchemaA.TableA.something will break retriving a RecordId. The code splits on . and well that don't work. Need to use indexOf instead.