This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
Make it compatible with multiple database connections in different servers? #8
Labels
good first issue
Good for newcomers
Hi, It's not a bug but a feature want to be added;
Is it possible to make it available for crossing multiple database connection?
For example
When I need to get the Company models that contains supplier, using laravel wherehas
It's not support. For detail, see #33402. The main reason is that laravel merge two tables into one sql. Like:
It will ignore database1 connection.
By using hasByNonDependentSubquery:
Sql :
Also just one sql. It's it possible to make it split to two sql? Thanks a lot.
The text was updated successfully, but these errors were encountered: