pietermartin / sqlg

TinkerPop graph over sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pietermartin opened this issue · comments

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