pietermartin / sqlg

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

Incorrect precondition message in the SqlgUtil class #482

Closed alexkonchev closed 1 year ago

alexkonchev commented 1 year ago

In SqlgUtil.validateIncomingPropertyType for the 'case' labels in the switch statement, Preconditions.checkState statements have the parameters swapped around. The 'default' label was previously fixed in #476