pietermartin / sqlg

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

Table name validation on schema creation #474

Closed alexkonchev closed 1 year ago

alexkonchev commented 1 year ago

In Schema.createVertexLabel, validateTableName is called without the 'V_' prefix in the vertexLabelName parameter.