Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Price=free" giving 0 results in Following query #4489

Closed
wants to merge 1 commit into from

Conversation

infinite-persistence
Copy link
Contributor

@infinite-persistence infinite-persistence commented Jul 7, 2020

Issue

Fixes #4477

Remarks

I didn't consult the documentation, but simply did a trial-and-error.
"=0" -- didn't work
"<=0" -- work

Disclaimer

I have no idea what I'm doing, but it works. I have a feeling this might be an SDK problem.

image

@kauffj kauffj requested a review from neb-b July 7, 2020 14:35
@lbry-bot lbry-bot assigned neb-b and unassigned neb-b Jul 7, 2020
@infinite-persistence
Copy link
Contributor Author

Adding changelog (assuming fix is correct):

## Issue
Fixes 4477

## Remarks
I didn't consult the documentation, but simply did a trial-and-error.
"=0" -- didn't work
"<=0" -- works
@tzarebczan
Copy link
Contributor

Hmm, mine is working on master with just =0. On one of my accounts, I did see a query timeout...let me track that down. Maybe that's what you were seeing and not 0 results. I'm not sure how this fix would help...but maybe some strange sql quirk on the SDK.

@infinite-persistence
Copy link
Contributor Author

Closing this PR. Continuing discussion in the original Issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Price="free" yields nothing
3 participants