pietermartin / sqlg

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

Bug in the import foreign schema code #438

Closed pietermartin closed 2 years ago

pietermartin commented 2 years ago

Importing foreign schema code is not checking the schema name of VertexLabels being imported. So it imports VertexLabels with the same name but different schema into the wrong place.