Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 21:11
· 3 commits to main since this release
cbe9f4f

Added

  • unique_text parameter in create_table to enforce a uniqueness constraint on the text column
  • on_conflict parameter in the add method to control duplicate-entry handling with options: "error", "ignore", and "replace"
  • Validation for on_conflict values to ensure only accepted options are used
  • Tests covering unique text constraints and all conflict resolution strategies