wirekang
wirekang
**Describe the problem feature solves** Some logics are not related to certain Resource. **Describe the solution you'd like** Add `actions` or something in `adminJsOptions`. **Describe alternatives you've considered** I defined...
# Documentation Is - [ ] Missing/Needed - [x] Incorrect - [ ] Confusing - [ ] Not Sure? ## Please Explain in Detail I think the sentence from [https://nodejs.dev/learn/the-nodejs-event-loop#es6-job-queue](https://nodejs.dev/learn/the-nodejs-event-loop#es6-job-queue)...
### Description of change Added `getRawOneOrFail` method on `SelectQueryBuilder` and this method is exactly the same as `getOneOrFail`. ```typescript async getOneOrFail(): Promise { const entity = await this.getOne() if (!entity)...
## Feature Description Add `condition` method on SelectQueryBuilder, which runs query only under certaion conditions. ### The Problem It's very common pattern to use `if` to specify the condition for...
### Description of change Fixes #9240 Fix `groupBy` to receives string array to maintain consistency with `select`. Before: ``` // groupBy() | groupBy(string) .groupBy(a) .addGroupBy(b) .addGroupBy(c) ``` After: ``` //...
## Feature Description It would be great if `groupBy` in `SelectQueryBuilder` receives array just like `select` method. ### The Problem When you have to build query like `..GROUP BY a,b,c,d...
Add #125
It would be nice if there something like https://www.geeksforgeeks.org/lodash-_-pipeline-method.
Add #123
Is "Sign in with Apple" OAuth2?