You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add relation options to all tree queries
Closes: #8076
* fix: corrected array index in test case
* try to fix failing test
* fix: sort the array in order to be able to apply tests
* feat: add relation options to all tree queries
Closes: typeorm#8076
* fix: corrected array index in test case
* try to fix failing test
* fix: sort the array in order to be able to apply tests
Feature Description
Add relation options to all tree queries (missing ones)
The Problem
This PR did introduce a
FindTreeOptions
to some of the find* methods. However there are 3 methods that did not got these options:The Solution
Could this be also added?
Considered Alternatives
Additional Context
So then used tree repository and finding ancestors, descendants in flat or tree structure, the relations are loaded as well (or selected to be loaded)
Relevant Database Driver(s)
I think it relates to repository - not to a specific driver
aurora-data-api
aurora-data-api-pg
better-sqlite3
cockroachdb
cordova
expo
mongodb
mysql
nativescript
oracle
postgres
react-native
sap
sqlite
sqlite-abstract
sqljs
sqlserver
Are you willing to resolve this issue by submitting a Pull Request?
The text was updated successfully, but these errors were encountered: