Skip to content

Allow static strings in SQLiteError #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025
Merged

Allow static strings in SQLiteError #95

merged 1 commit into from
Jun 26, 2025

Conversation

simolus3
Copy link
Contributor

This refactors the SQLiteError struct to allow both dynamically-allocated strings and &'static str, making them easier to create from string literals.

@simolus3 simolus3 requested a review from rkistner June 26, 2025 13:43
@simolus3 simolus3 merged commit 30c0d06 into main Jun 26, 2025
21 checks passed
@simolus3 simolus3 deleted the refactor-error branch June 26, 2025 14:22
@simolus3 simolus3 mentioned this pull request Jul 8, 2025
10 tasks
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.

2 participants