Skip to content

Enable optional table locking for SQL Server bulk loads - #200

Merged
mag1cfrog merged 1 commit into
mainfrom
feat/bulk-load-table-lock
Aug 4, 2026
Merged

Enable optional table locking for SQL Server bulk loads#200
mag1cfrog merged 1 commit into
mainfrom
feat/bulk-load-table-lock

Conversation

@mag1cfrog

Copy link
Copy Markdown
Owner

Summary

  • expose a connected-client method for enabling and disabling the SQL Server table lock on bulk load option
  • safely quote table names and document the required fallback and cleanup contract
  • verify option state across the SQL Server compatibility test matrix

Validation

  • cargo fmt --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all-features
  • cargo doc --no-deps --all-features
  • SQL Server 2017 compatibility level 100 probe

@mag1cfrog
mag1cfrog merged commit 33b18a3 into main Aug 4, 2026
6 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