Releases: sleeping-owl/with-join
Releases · sleeping-owl/with-join
1.0.4
1.0.3
- Bugfix: updated inner delimiter from "." to "---" for sqlite support
1.0.2
- Bugfix: related model was loaded into current model attributes array. Now it loads into current model relations array.
- PHPUnit tests added.
1.0.1
-
Foreign table joins by relation name alias:
Model::include('street')->where('street.id', '=', $id); Model::include('street.type')->orderBy('type.id', 'asc');
1.0.0
- Initial Version