Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.13 KB

File metadata and controls

11 lines (9 loc) · 1.13 KB

Roadmap for Python Driver for SQL Server

The following roadmap summarizes the features planned for the Python Driver for SQL Server.

Feature Description Status Target Timeline
Return Rows as Dictionaries Fetch rows as dictionaries for more Pythonic access Planned Q3 2026
Asynchronous Query Execution Non-blocking queries with asyncio support Planned Q4 2026
Vector Datatype Support Native support for SQL Server vector datatype Planned Q3 2026
Table-Valued Parameters (TVPs) Pass tabular data structures into stored procedures Planned Q3 2026
JSON Datatype Support Automatic mapping of JSON datatype to Python dicts/lists Planned Q4 2026