Skip to content

Commit 57e5e15

Browse files
author
Theekshna Kotian
committed
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: #33298
1 parent a4a2321 commit 57e5e15

3 files changed

Lines changed: 305 additions & 73 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ __pycache__/
2020

2121
# Ignore Visual Studio files
2222
mssql_python/.vs
23+
.vs
2324

2425
# Ignore test-*.xml files
2526
test-*.xml
26-
**/test-**.xml
27+
**/test-**.xml

0 commit comments

Comments
 (0)