Skip to content

More immutable methods#2141

Merged
penberg merged 8 commits intomainfrom
less-mut
Aug 8, 2025
Merged

More immutable methods#2141
penberg merged 8 commits intomainfrom
less-mut

Conversation

@penberg
Copy link
Copy Markdown
Collaborator

@penberg penberg commented Aug 8, 2025

The SQLite connection and statement objects are thread-safe. Let's mark more Rust methods as immutable so that applications don't need to keep wrapping Connection and Statement with Mutex, for example, for mutability.

runs-on: ubuntu-latest
name: Run Checks
env:
RUST_BACKTRACE: 1
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we use full?

@penberg penberg added this pull request to the merge queue Aug 8, 2025
Merged via the queue into main with commit 18cf8c7 Aug 8, 2025
19 checks passed
@penberg penberg deleted the less-mut branch August 8, 2025 10:38
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