Skip to content

Commit 03444db

Browse files
FIX: Add missing ddbc_bindings.py and mssql_python.pyi to Core Components
1 parent a90e2fa commit 03444db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ mssql_python/
186186
├── type.py # DB API 2.0 type objects
187187
├── constants.py # ODBC constants
188188
├── helpers.py # Utility functions and settings
189+
├── ddbc_bindings.py # Platform-specific extension loader with architecture detection
190+
├── mssql_python.pyi # Type stubs for IDE support
189191
└── pybind/ # Native extension source
190192
├── ddbc_bindings.cpp # Main C++ binding code
191193
├── CMakeLists.txt # Cross-platform build configuration

0 commit comments

Comments
 (0)