Skip to content

base logic refactor

593c405
Select commit
Loading
Failed to load commit list.
Draft

FEAT: [POC] BCP implementation in mssql-python driver - #397

base logic refactor
593c405
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / devskim succeeded Jan 8, 2026 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 15 in main.py

See this annotation in the file changed.

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production

Check notice on line 2885 in mssql_python/cursor.py

See this annotation in the file changed.

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production

Check notice on line 22 in tests/test_016_bulk_copy_rust.py

See this annotation in the file changed.

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note test

Do not leave debug code in production