Implement the JOIN feature
Bug #989206 reported by
edhelas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Datajar |
In Progress
|
Medium
|
Etenil |
Bug Description
The JOIN feature is missing
We can use such syntax
$query = Post::query()
$messages = Post::run_
Will return a 'Post' instance with Attachment attributes.
To post a comment you must log in.
OK I've been hacking on that one today. Doing it properly will involve some major work on the drivers.
I could make a quick fix to get the join working, but then the back-end won't be clean the drivers API won't be robust (it's already too fragile). I'll do both at the same time, that shouldn't change Datajar's existing API, just bring in the joins for you.