Skip to content

Conversation

@bartlomieju
Copy link
Member

Supersedes #131

matthiasg and others added 5 commits November 13, 2025 17:10
This update addresses a dependency version conflict and aligns with the
latest rusqlite API changes.

In rusqlite 0.35+, the DatabaseName enum was removed in favor of using
string literals directly for database names. This change simplifies the
API by using SQLite's native string-based naming convention.

Changes:
- Updated rusqlite dependency from 0.34.0 to 0.37.0
- Removed DatabaseName import from sqlite/backend.rs
- Replaced DatabaseName::Main with "main" string literal in is_readonly() call

All existing tests pass with these changes.
@bartlomieju bartlomieju merged commit e95cb1a into main Nov 21, 2025
15 checks passed
@bartlomieju bartlomieju deleted the update_sqlite branch November 21, 2025 11:11
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.

4 participants