Skip to content

Unique text#7

Merged
atasoglu merged 2 commits intomainfrom
unique-text
Apr 20, 2026
Merged

Unique text#7
atasoglu merged 2 commits intomainfrom
unique-text

Conversation

@atasoglu
Copy link
Copy Markdown
Owner

No description provided.

- Introduced `unique_text` parameter in `create_table` to enforce uniqueness on the text column.
- Implemented `on_conflict` parameter in `add` method to manage duplicate entries with options: "error", "ignore", and "replace".
- Added validation for `on_conflict` values to ensure only valid options are accepted.
- Enhanced tests to cover unique text constraints and various conflict resolution strategies.
… handling

- Added `unique_text` parameter in `create_table` for enforcing uniqueness on the text column.
- Introduced `on_conflict` parameter in `add` method to manage duplicate entries with options: "error", "ignore", and "replace".
- Implemented validation for `on_conflict` values to ensure only accepted options are used.
- Updated tests to cover unique text constraints and all conflict resolution strategies.
- Updated version in `pyproject.toml` and added `uv.lock` file.
@atasoglu atasoglu merged commit cbe9f4f into main Apr 20, 2026
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant