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

[WIP] Add client_session_keep_alive parameter #116

Closed
wants to merge 2 commits into from

Conversation

borisuvarov
Copy link
Contributor

No description provided.

@borisuvarov borisuvarov changed the title Add client_session_keep_alive parameter WIP Add client_session_keep_alive parameter Sep 18, 2018
@borisuvarov borisuvarov changed the title WIP Add client_session_keep_alive parameter [WIP] Add client_session_keep_alive parameter Sep 18, 2018
@smtakeda
Copy link
Contributor

oh, great! Thanks for PR! will look into it soon...

connection.py Outdated
"""Execute a hearbeat query if connection isn't closed yet."""
if not self.is_closed():
cursor = self.cursor()
cursor.execute('SELECT 1;')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SELECT 1 works, but I'll update this with a appropriate API call.

@smtakeda
Copy link
Contributor

started working on this. I'm trying to make testable at least in the internal test env.

@smtakeda smtakeda mentioned this pull request Sep 25, 2018
@smtakeda smtakeda added this to the v1.6.10 milestone Sep 25, 2018
@smtakeda smtakeda closed this Sep 25, 2018
smtakeda added a commit that referenced this pull request Sep 25, 2018
sfc-gh-aling pushed a commit that referenced this pull request Oct 17, 2022
timostrunk pushed a commit to timostrunk/snowflake-connector-python that referenced this pull request Dec 11, 2023
…h87b3de

snowflake-connector-python v2.7.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants