FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for mssql_python/pybind/ddbc_bindings.cpp - microsoft/mssql-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
mssql-python
Public
Notifications
You must be signed in to change notification settings
Fork
54
Star
465
Code
Issues
37
Pull requests
26
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
mssql-python
mssql_python
pybind
ddbc_bindings.cpp
on
main
User selector
Datepicker
Commit history
Commits on Aug 14, 2026
PERF: Native C++ parameter detection and execute pipeline (#549)
Show description for 4796d2c
authored
4796d2c
View commit details
Copy full SHA for 4796d2c
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
REFACTOR: remove bundled ODBC driver from mssql-python wheel; require mssql-python-odbc (Phase 2) (#693)
Show description for a6a7c93
Jahnvi Thakkar (jahnvi480)
authored
a6a7c93
View commit details
Copy full SHA for a6a7c93
View code at this point
Browse repository at this point
FIX: Initialize numeric array indicators in executemany (#702)
Show description for e0eb9fd
gargsaumya
and
Subrata (subrata-ms)
authored
e0eb9fd
View commit details
Copy full SHA for e0eb9fd
View code at this point
Browse repository at this point
Commits on Aug 4, 2026
FIX: Implementing RecordBatchReader.Close() functionality for Arrow (#644)
Show description for 0c230f9
Subrata (subrata-ms)
and
subrata-ms
authored
0c230f9
View commit details
Copy full SHA for 0c230f9
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
FEAT: token-expiry capture and identity-aware pool key (#660)
Show description for f2f7ee2
Jahnvi Thakkar (jahnvi480)
and
Gaurav Sharma (bewithgaurav)
authored
f2f7ee2
View commit details
Copy full SHA for f2f7ee2
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
CHORE: Add standalone mssql-python-odbc package for ODBC driver binaries (#663)
Show description for aa45d7f
Jahnvi Thakkar (jahnvi480)
authored
aa45d7f
View commit details
Copy full SHA for aa45d7f
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
FIX: SQLDescribeParam ordinal remapping for VARBINARY/BINARY NULL (#654)
Show description for 98bb35a
Jahnvi Thakkar (jahnvi480)
authored
98bb35a
View commit details
Copy full SHA for 98bb35a
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
FIX: Release GIL around teardown SQLFreeHandle/SQLFreeStmt (#565) (#604)
Show description for 7e58c95
authored
7e58c95
View commit details
Copy full SHA for 7e58c95
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
FIX: Request SQL_CHAR as SQL_C_WCHAR in arrow fetch path (#575)
Show description for 40f44eb
authored
40f44eb
View commit details
Copy full SHA for 40f44eb
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
FIX: Cache SQLDescribeParam results for NULL parameters to reduce server round-trips (#614)
Show description for d36f8b6
Jahnvi Thakkar (jahnvi480)
authored
d36f8b6
View commit details
Copy full SHA for d36f8b6
View code at this point
Browse repository at this point
Commits on May 25, 2026
CHORE: Upgrade bundled ODBC driver from 18.5.1.1 to 18.6.2.1 (#569)
Show description for 95b7257
gargsaumya
authored
95b7257
View commit details
Copy full SHA for 95b7257
View code at this point
Browse repository at this point
Commits on May 14, 2026
PERF: Handle utf16 strings using simdutf and std::u16string (#526)
Show description for 9ae2638
authored
9ae2638
View commit details
Copy full SHA for 9ae2638
View code at this point
Browse repository at this point
Commits on May 13, 2026
FIX: Inconsistent retrieval of CP1252 encoded data in VARCHAR columns - Windows vs. Linux #468 (#495)
Show description for 6ec0949
Subrata (subrata-ms)
and
gargsaumya
authored
6ec0949
View commit details
Copy full SHA for 6ec0949
View code at this point
Browse repository at this point
Commits on Apr 29, 2026
FIX: Release GIL around blocking ODBC statement, fetch, and transaction calls (#540) (#541)
Show description for d1cee25
Saurabh Singh (saurabh500)
and
Copilot
authored
d1cee25
View commit details
Copy full SHA for d1cee25
View code at this point
Browse repository at this point
PERF: Optimize execute() hot path: soft reset, prepare caching, and guarded diagnostics (#528)
Show description for 44afe09
Gaurav Sharma (bewithgaurav)
and
Saurabh Singh (saurabh500)
authored
44afe09
View commit details
Copy full SHA for 44afe09
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
FIX: cursor.execute() with reset_cursor=False raises Invalid cursor state (#521)
Show description for 28e3b9f
Jahnvi Thakkar (jahnvi480)
authored
28e3b9f
View commit details
Copy full SHA for 28e3b9f
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
FIX: Update time handling in Arrow integration to include fractional seconds (#499)
Show description for d3b2f01
ffelixg
authored
d3b2f01
View commit details
Copy full SHA for d3b2f01
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
FIX: Stored datetime.time values have the microseconds attribute set to zero (#479)
Show description for 9bc78ae
Jahnvi Thakkar (jahnvi480)
authored
9bc78ae
View commit details
Copy full SHA for 9bc78ae
View code at this point
Browse repository at this point
Commits on Apr 2, 2026
FEAT: Add arrow fetch support (#354)
Show description for b786900
authored
b786900
View commit details
Copy full SHA for b786900
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
FEAT: Support for Complex Data Type- sql_variant (#446)
Show description for 590af57
gargsaumya
authored
590af57
View commit details
Copy full SHA for 590af57
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
FIX: NULL parameter type mapping for VARBINARY columns (#458) (#466)
Show description for 78ddbbb
gargsaumya
and
Jahnvi Thakkar (jahnvi480)
authored
78ddbbb
View commit details
Copy full SHA for 78ddbbb
View code at this point
Browse repository at this point
Commits on Feb 27, 2026
FIX: VARCHAR fetch fails when data length equals column size with non-ASCII CP1252 characters (#444)
Show description for 249cfdf
authored
249cfdf
View commit details
Copy full SHA for 249cfdf
View code at this point
Browse repository at this point
Commits on Feb 26, 2026
FEAT: Add spatial type support (geography, geometry, hierarchyid) (#423)
Show description for 7ebef4f
David Levy (dlevy-msft-sql)
and
gargsaumya
authored
7ebef4f
View commit details
Copy full SHA for 7ebef4f
View code at this point
Browse repository at this point
Commits on Feb 23, 2026
FIX: Segmentation Fault when interleaving fetchmany and fetchone calls #427 (#441)
Show description for 865a379
gargsaumya
authored
865a379
View commit details
Copy full SHA for 865a379
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
FIX: Segmentation Fault in libmsodbcsql-18.5 during SQLFreeHandle() (#415)
Show description for f229052
Subrata (subrata-ms)
authored
f229052
View commit details
Copy full SHA for f229052
View code at this point
Browse repository at this point
Commits on Jan 20, 2026
FIX: Remove unused decimal separator code and add regression tests (#384)
Show description for dc0e162
Chetan-Kansal
and
Gaurav Sharma (bewithgaurav)
authored
dc0e162
View commit details
Copy full SHA for dc0e162
View code at this point
Browse repository at this point
Commits on Jan 16, 2026
Revert "FIX: varchar columnsize does not account for utf8 conversion" (#403)
Show description for 6c5d9af
gargsaumya
authored
6c5d9af
View commit details
Copy full SHA for 6c5d9af
View code at this point
Browse repository at this point
FIX: varchar columnsize does not account for utf8 conversion (#392)
Show description for f71dcfe
authored
f71dcfe
View commit details
Copy full SHA for f71dcfe
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
FIX: FetchMany(number of rows) ignores batch size with LOB columns (#346)
Show description for 356ed50
David Levy (dlevy-msft-sql)
and
gargsaumya
authored
356ed50
View commit details
Copy full SHA for 356ed50
View code at this point
Browse repository at this point
Commits on Jan 6, 2026
FIX: Resolve paths with non-ASCII characters in Windows (#376)
Gaurav Sharma (bewithgaurav)
authored
1187a4a
View commit details
Copy full SHA for 1187a4a
View code at this point
Browse repository at this point
Commits on Dec 17, 2025
FIX: Invalid data type for None (#332)
Show description for a69c0ef
Subrata (subrata-ms)
authored
a69c0ef
View commit details
Copy full SHA for a69c0ef
View code at this point
Browse repository at this point
Commits on Dec 15, 2025
FIX: Fixing segmentation fault issue due to double free on SqlHandle::free in Linux (#361)
Show description for d3b1229
Subrata (subrata-ms)
and
subrata-ms
authored
d3b1229
View commit details
Copy full SHA for d3b1229
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
FIX: Timeout during cursor creation and not execute (#348)
Show description for 907b364
Jahnvi Thakkar (jahnvi480)
authored
907b364
View commit details
Copy full SHA for 907b364
View code at this point
Browse repository at this point
FIX: Encoding Decoding (#342)
Show description for eb95d2e
Jahnvi Thakkar (jahnvi480)
authored
eb95d2e
View commit details
Copy full SHA for eb95d2e
View code at this point
Browse repository at this point
Commits on Nov 28, 2025
FIX: fix current cmake warnings in linux and add support to treat warnings as errors in linux (#353)
Show description for a896a93
gargsaumya
authored
a896a93
View commit details
Copy full SHA for a896a93
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL