Skip to content
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

Implement sp_reset_connection system procedure for connection pooling #2136

Closed
robverschoor opened this issue Dec 10, 2023 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@robverschoor
Copy link
Contributor

For connection pooling, some of the SQL Server drivers may call sp_reset_connection system procedure to reset the current connection. We need to implement the same in Babelfish. More information: https://www.google.com/search?q=sp_reset_connection

@robverschoor robverschoor added enhancement New feature or request help wanted Extra attention is needed labels Dec 10, 2023
@tanscorpio7
Copy link
Contributor

Add support for sys.sp_reset_connection stored procedure (#2758)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants