Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
7fb97679
Commit
7fb97679
authored
10 years ago
by
Roman Tsisyk
Browse files
Options
Downloads
Patches
Plain Diff
Update tarantool-python
parent
d7405a54
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/lib/sql_ast.py
+2
-1
2 additions, 1 deletion
test/lib/sql_ast.py
test/lib/tarantool-python
+1
-1
1 addition, 1 deletion
test/lib/tarantool-python
with
3 additions
and
2 deletions
test/lib/sql_ast.py
+
2
−
1
View file @
7fb97679
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
tarantool-python
@
df94b88d
Compare
ea5d31f2
...
df94b88d
Subproject commit
ea5d31f2e098dc4af0220460fa03d870ca7e3456
Subproject commit
df94b88d87c249e41cdf45dd74b13a2949be24f0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment