Changeset: ada053b85fb4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ada053b85fb4 Modified Files: sql/ChangeLog.Jun2023 Branch: Jun2023 Log Message:
Announce deprecated function. diffs (14 lines): diff --git a/sql/ChangeLog.Jun2023 b/sql/ChangeLog.Jun2023 --- a/sql/ChangeLog.Jun2023 +++ b/sql/ChangeLog.Jun2023 @@ -1,6 +1,10 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Tue May 30 2023 Lucas Pereira <[email protected]> +- Function 'similarity(x string, y string)' marked as deprecated and will + be removed in the next release. + * Thu May 11 2023 Lucas Pereira <[email protected]> - New functionality for string matching and similarity: startswith, endswith, contains, Levenshtein distance and Jaro-Winkler similarity. _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
