Skip to content

Known Issues and Unsupported Features

Sumit Sarabhai edited this page Sep 30, 2025 · 10 revisions

Known Issues

Currently, we are tracking known issues and bugs through "Github Issues" section here: https://github.com/microsoft/mssql-python/issues

Unsupported Features

  1. Following Cursor Methods DBAPIs:

    Methods: setinputsize(), setoutputsize(), callproc()

    Param Types: Inputoutput, Output

    Optional DB APIs Extensions:

    Methods: Connection.xid(), Connection.tpc_begin(xid), Connection.tpc_prepare(), Connection.tpc_commit([ xid ]), Connection.tpc_rollback([ xid ]), Connection.tpc_recover()

  2. SQL Data Types (the support of these types are in the roadmap for future releases):

    geography, geometry, hierarchyid, json, vector, rowversion, sql_variant, table

Clone this wiki locally