pietermartin / sqlg

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

Sqlg fails when a label contains a period. #363

Closed pietermartin closed 5 years ago

pietermartin commented 5 years ago

Label names with a "." makes Sqlg fail as it has split("\\.") logic.