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

bug: fix query representation to string#290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
lsabi merged 1 commit intorethinkdb:masterfromliranbg:fix-strinfigying-rql-query
Apr 27, 2023

Conversation

liranbg
Copy link
Contributor

Reason for the change
If applicable, link the related issue/bug report or write down in few sentences the motivation.

Trying to build a query dynamically and log it

Description
Seems like there was a mass change fromst tostatement during rethinkdb 2.1->2.4 but that specifically property was not converted right, thus, left the changed line defunc.

This PR changes it back tost until maintainer finishes the refactor

Code examples

fromrethinkdbimportrfiltering_query_b= (r.row["something"]=="someone")& (r.row["else"]=="else")print(str(filtering_query_b))

will yield an error of

Unable to serialize object: 'And' object has no attribute 'statement_infix'

Checklist

@codeclimate
Copy link

Code Climate has analyzed commit99c521d and detected0 issues on this pull request.

View more onCode Climate.

@lsabilsabi merged commitc4e4ef6 intorethinkdb:masterApr 27, 2023
@lsabi
Copy link
Contributor

Thanks for the contribution!

@liranbgliranbg deleted the fix-strinfigying-rql-query branchApril 27, 2023 20:11
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@lsabilsabilsabi approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@liranbg@lsabi

[8]ページ先頭

©2009-2025 Movatter.jp