Skip to content

First working version

Pre-release
Pre-release
Compare
Choose a tag to compare
@IFFranciscoME IFFranciscoME released this 04 Sep 19:57

v0.1.0

First working version release. It consists on providing:

  • jaccard_similarity : to produce a value between 0.0 and 1.0 that indicates similarity between SQL queries (the higher the number, the more similarity has been found between the queries)
  • itemize_query : A simple process to itemize a SQL query represented in a string, it will find and extract the terms indicated in the pattern used as an input.