Dekel Barzilay
Dekel Barzilay
@theGC, Thanks for the detailed report and demo. `params` in Feathers service calls are considered safe, because the client-side cannot pass them as is in service calls. Each param would...
Thanks @mdartic, it looks good. Please open a PR with few tests. Testing only the `$in` method in a JSON object will suffice as long as you do not introduce...
You can add test that are specific to PG, just mention it in the mocha's describe and when done testing, commit it with skip. I have more tests there like...
You can check the tests for more examples. Also, a lot of the info is in Objection website, so you search examples there as well. I'm not using Feathers for...
@avimar Thanks, I'll consider adding support for ObjectionJS `context` method. A model is usually not used to call other services or trigger events and I wouldn't use the `app` instance...
Instead of adding the $joinRelation, you can use $eager with $modifyEager or $eager with modifier. The modifiers is ObjectionJS model method that can filter the eager results by modifying the...
Right, pagination issue regarding modifiers is a known issue. It was discussed here in previous GitHub issues. On Thu, Mar 11, 2021, 3:56 AM pskfry wrote: > well - i...
Checkout modifierFiltersResults - https://github.com/feathersjs-ecosystem/feathers-objection#params-operators On Thu, Mar 11, 2021, 9:42 AM Dekel ***@***.***> wrote: > Right, pagination issue regarding modifiers is a known issue. It was > discussed here in...
I published a patch version recently without the usage of the deprecated "skipUndefined()" method. You just need to upgrade. On Fri, Jan 21, 2022 at 12:50 PM zanzara ***@***.***> wrote:...
Yes בתאריך יום ו׳, 21 בינו׳ 2022, 18:45, מאת zanzara ***@***.*** >: > You mean updating to 7.5.2 ? > (I'm running 7.5.1) > > — > Reply to this...