Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc4e4ef6

Browse files
authored
Merge pull request#290 from liranbg/fix-strinfigying-rql-query
bug: fix query representation to string
2 parentsbc1a75a +99c521d commitc4e4ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎rethinkdb/ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def compose(self, args, optargs):
647647
]
648648

649649
ifself.infix:
650-
returnT("(",T(*t_args,intsp=[" ",self.statement_infix," "]),")")
650+
returnT("(",T(*t_args,intsp=[" ",self.st_infix," "]),")")
651651
else:
652652
returnT("r.",self.statement,"(",T(*t_args,intsp=", "),")")
653653

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp