Skip to content

Commit 3338de7

Browse files
authored
Merge pull request #222 fix snapshot attribute in result_set
2 parents ecd8181 + 117f6fd commit 3338de7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* fix snapshot attribute in class _ResultSet
2+
13
## 2.13.1 ##
24
* fixed set version in ydb_version file
35

Diff for: ydb/convert.py

+1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def __init__(self, columns, rows, truncated, snapshot=None):
319319
self.columns = columns
320320
self.rows = rows
321321
self.truncated = truncated
322+
self.snapshot = snapshot
322323

323324
@classmethod
324325
def from_message(cls, message, table_client_settings=None, snapshot=None):

0 commit comments

Comments
 (0)