-
Notifications
You must be signed in to change notification settings - Fork 6
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
Query returns no results on indexed column if query string is longer than index #198
Comments
@flack Please, use QuerySelect instead of QB. The latter is no longer supported and depreciated. |
@piotras: Well, I would like to, but a quick grep for The only thing that might be feasible is to write some emulation layer that offers query builder api to components, but uses QS internally, but I couldn't say if this is a) at all possible and b) what kind of weird side effects it may have on the aforementioned 1383 callers. |
@flack I think I did something similar in python some time ago. I could try to write the same in PHP. The only one problem might be "nested" orders. |
@piotras: That would be great. If there was something that basically works, I could integrate it into midcom and then use it as QB backend when running on mgd2. I briefly thought about trying to write something like this myself, but the prospect of figuring out things like |
I have the following code:
what is interesting is that if you use this constraint instead:
then it works as expected. I also tried a plain mysql select with "=", and it works, too, so this is something that midgard does
The text was updated successfully, but these errors were encountered: