Afonso Santos
Afonso Santos
following the approach detailed [https://github.com/ctrlplusb/easy-peasy/issues/410](url) **Added** - useStoreModel hook - Store.Model wrapper component for a declarative approach **TODO** Tests **Possible issues** the usage of this new API on context stores...
[fix #10707](https://github.com/typeorm/typeorm/issues/10707)
### Issue description SoftDeleteQueryBuilder generating wrong SQL query with CTE ### Expected Behavior CteExpression should be generated before the UpdateExpression ### Actual Behavior https://github.com/typeorm/typeorm/blob/83567f533482d0170c35e2f99e627962b8f99a08/src/query-builder/SoftDeleteQueryBuilder.ts#L48 UpdateExpression comes before CteExpression ### Steps...
- using `pnpm` - using proxy for npm registry expected: - after selecting a dependency, it would appear on the package.json and install actual: - nothing happens