pietermartin / sqlg

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

Incorrect error message for property type validation #476

Closed alexkonchev closed 1 year ago

alexkonchev commented 1 year ago

In SqlgUtil.validateIncomingPropertyType in the 'default' statement of the switch block, Preconditions.checkState has the parameters swapped around.