You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately that requires support in FreeTDS itself which isn't currently available, per FreeTDS/freetds#279
Should FreeTDS ever add support, I don't think it would be a huge effort to support it in ctds
I'd recommend python-tds if you need TVP support. Last I looked the code was very clean and the library itself functioned very well for me in the past until the Python GIL became an issue when trying to increase thread counts
Is there planned support for table variables? This would enable use cases such as stored procedures that require table valued parameters.
The text was updated successfully, but these errors were encountered: