Ryan Holmes
Ryan Holmes
@andryuha49 I added what I hope are simple testing instructions. :)
@andryuha49 when do we think we can review this PR? This one is actively blocking some of our development, so want to make the review as smooth as possible, anything...
@andryuha49 I believe I found an issue with this PR in my other work. While the alias is being set correctly, if you filter on that relationship, then the filter...
Fixed with https://github.com/blitzmann/odata-v4-typeorm/commit/8ddf1fe4854310f738f1fb530e8f4417075bdbe2. I'm going to wait to see if there's any interest from @andryuha49 before opening a PR, since I already have a few open and I'm unsure if...
I have not. Unfortunately it kinda fell off my radar, and seemed to affect os x 10.13 which I dont have access to. Also been busy with other priorities. If...
I figured it had something to do with redis and gathering all the keys. Not too familiar with gearman, but I can see the usefulness of creating a file cache...
How does PHPRedmin currently fetch all keys from database? I assume it does not rely on `exec()` - would it be possible to simply feed that result to a file...
That sounds like a pretty standard and elegant solution. So every search will be a snapshot of the keys in the database at that time. Curious: Are keys returned in...
> The only drawback of this approach is that if all available databases are already used, then phpredmin will store its data in one DB with user data - this...
It's just plain good design. Whenever you have a large dataset, people expect pagination. Even if you have 200 keys (which is tiny), the list can be very long in...