Changeset: 1530e3fd5dee for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1530e3fd5dee Modified Files: clients/Tests/MAL-signatures-hge.test clients/Tests/MAL-signatures.test Branch: Sep2022 Log Message:
Approve. diffs (24 lines): diff --git a/clients/Tests/MAL-signatures-hge.test b/clients/Tests/MAL-signatures-hge.test --- a/clients/Tests/MAL-signatures-hge.test +++ b/clients/Tests/MAL-signatures-hge.test @@ -44862,7 +44862,7 @@ geom Length command geom.Length(X_0:wkb):dbl wkbLength; -Returns the cartesian 2D length of the geometry if it is a linestrin or multilinestring +Returns the cartesian 2D length of the geometry if it is a linestring or multilinestring geom LineFromText function geom.LineFromText(wkt:str):wkb; diff --git a/clients/Tests/MAL-signatures.test b/clients/Tests/MAL-signatures.test --- a/clients/Tests/MAL-signatures.test +++ b/clients/Tests/MAL-signatures.test @@ -33312,7 +33312,7 @@ geom Length command geom.Length(X_0:wkb):dbl wkbLength; -Returns the cartesian 2D length of the geometry if it is a linestrin or multilinestring +Returns the cartesian 2D length of the geometry if it is a linestring or multilinestring geom LineFromText function geom.LineFromText(wkt:str):wkb; _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
