Changeset: bc5cea490342 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/bc5cea490342
Modified Files:
        sql/ChangeLog.Jun2023
Branch: txtsim-imp
Log Message:

Add ChangeLog entry.


diffs (21 lines):

diff --git a/sql/ChangeLog.Jun2023 b/sql/ChangeLog.Jun2023
--- a/sql/ChangeLog.Jun2023
+++ b/sql/ChangeLog.Jun2023
@@ -1,6 +1,17 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
+* Thu May 11 2023 Lucas Pereira <[email protected]>
+- New functionality for string matching and similarity: startswith,
+  endswith, contains, Levenshtein distance and Jaro-Winkler similarity.
+  The functions startswith, endswith and contains have a version where
+  a case insentive flag can be used.
+  Also, there are new custom join functionality for startswith, endswith,
+  contains, Levenshtein distance and Jaro-Winkler similarity.
+- Renamed previous Levenshtein distance to Damerau-Levenshtein distance.
+- New string function that transform from UTF-8 encoding to Ascii called
+  asciify.
+
 * Fri Apr  7 2023 Lucas Pereira <[email protected]>
 - Session timeout feature improvement to start evaluating from the moment
   the procedure is called, instead of beginning of the session.
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to