Skip to content
Snippets Groups Projects
Commit 7fb97679 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Update tarantool-python

parent d7405a54
No related branches found
No related tags found
No related merge requests found
......@@ -167,10 +167,11 @@ class StatementSelect(Statement):
self.key = [self.key]
self.offset = 0
self.limit = limit
self.iterator = 0
def pack(self, connection):
return RequestSelect(connection, self.space_no, self.index_no,
self.key, self.offset, self.limit)
self.key, self.offset, self.limit, self.iterator)
def unpack(self, response):
if response.return_code:
......
Subproject commit ea5d31f2e098dc4af0220460fa03d870ca7e3456
Subproject commit df94b88d87c249e41cdf45dd74b13a2949be24f0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment