Alexander Makarov

Results 1744 comments of Alexander Makarov

> For example is this feature related to DataFilter class level only or may sense to implement it to "low level" Model class? That's filter-specific. > Or is there some...

> I understand that using standard operators in url can be risky, but for filter in json format is not the issue. It is an issue since at least `=`...

As for implementing, that's not a high priority so if you need it anytime soon it's better to do it yourself and send us a pull request to review/merge.

@shipSun have I translated the issue alright?

@shipSun what's your use case for calling `parseResponse()` directly?

Do you mean by "still exist" that the problem was going to be fixed by a pull request? If yes, which one?

@anasjaghoub that's quite specific case so I'm not sure where/how to docuement it best...

That's super-weird. How could it be that selecting 1 record is slower than selecting 100 records?

It won't use index since it doesn't make sense to use index on two rows. Even full table scan will be faster.

Make it 5000 rows and check again.