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

fix Error executing query #110

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

z-kasymalieva
Copy link
Contributor

No description provided.

@z-kasymalieva z-kasymalieva force-pushed the fix_error_no_results_to_fetch branch from 24fe0f7 to 1a12245 Compare February 1, 2024 14:50
@@ -104,13 +104,12 @@ def rollback(self):
def execute(self, query, *args):
self.cursor.execute(query, args)
try:
res = self.cursor.fetchall()
# pg8000 might return tuples
Copy link
Contributor

Choose a reason for hiding this comment

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

Не убирай, пожалуйста, комментарий
# pg8000 might return tuples

@z-kasymalieva z-kasymalieva force-pushed the fix_error_no_results_to_fetch branch from 1a12245 to e890625 Compare February 2, 2024 08:04
@demonolock demonolock merged commit 70d2f27 into master Feb 2, 2024
@demonolock demonolock deleted the fix_error_no_results_to_fetch branch February 2, 2024 10:40
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