Commit 57e5e15
Theekshna Kotian
Merged PR 5217: Modify DDBCSQLExecute to take parameter attributes from python module
Modify DDBCSQLExecute to take parameter attributes from python module
----
#### AI description (iteration 1)
#### PR Classification
API change
#### PR Summary
This pull request modifies the `DDBCSQLExecute` function to take parameter attributes from a Python module, addressing the implementation of Execute APIs in the Pybind module.
- `mssql_python/pybind/ddbc_bindings.cpp`: Refactored `SQLExecute_wrap` to use `ParamInfo` for parameter attributes, added support for various SQL data types, and improved error handling.
- `.gitignore`: Added `.vs` directory to the ignore list.
Related work items: #332981 parent a4a2321 commit 57e5e15
3 files changed
Lines changed: 305 additions & 73 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
0 commit comments