We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e974d commit d140a28Copy full SHA for d140a28
drivers/metadata/informationschema/metadata.go
@@ -606,7 +606,7 @@ JOIN information_schema.columns c ON
606
return metadata.NewIndexColumnSet(results), nil
607
}
608
609
-// Constraintes from selected catalog (or all, if empty), matching schemas and names
+// Constraints from selected catalog (or all, if empty), matching schemas and names
610
func (s InformationSchema) Constraints(f metadata.Filter) (*metadata.ConstraintSet, error) {
611
if !s.hasConstraints {
612
return nil, text.ErrNotSupported
0 commit comments