reijnnn
Repos
6
Followers
2
Following
2

Classes for working with the IBM DataStage API on Python

14
4

Creating/merging patch for a file

0
0

Create your own strategies and receive notifications in Telegram

2
0

Events

Created at 3 weeks ago
Created at 1 month ago
pull request opened
Added column_oriented check to the named_results function

Summary

Fixed StreamClosedError when trying to execute QueryResult.named_results() after QueryResult.row_count

result = client.query('SELECT * FROM system.tables')
print(result.row_count)
print(list(result.named_results()))  # StreamClosedError

Checklist

Delete items not relevant to your PR:

  • [x] Unit and integration tests covering the common scenarios were added
Created at 1 month ago

added column_oriented check to the named_results function

Created at 1 month ago
reijnnn create branch fix_named_results
Created at 1 month ago