Skip to content

Support for table variables #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
juls858 opened this issue Mar 31, 2021 · 1 comment
Open

Support for table variables #88

juls858 opened this issue Mar 31, 2021 · 1 comment

Comments

@juls858
Copy link

juls858 commented Mar 31, 2021

Is there planned support for table variables? This would enable use cases such as stored procedures that require table valued parameters.

@joshuahlang
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants