Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

added join support in update #92

Merged
merged 3 commits into from
Apr 12, 2016

Conversation

luciansabo
Copy link
Contributor

Implements the feature requested here: #7

@weierophinney weierophinney added this to the 2.8.0 milestone Apr 12, 2016
@weierophinney weierophinney self-assigned this Apr 12, 2016
@@ -291,6 +305,58 @@ protected function processSubSelect(
return $decorator->buildSqlString($platform, $driver, $parameterContainer);
}

public function processJoin(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be protected (per the other methods that are peers to it). I'll make that change on merge.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also needs a docblock; I'll add that on merge.

@weierophinney weierophinney merged commit 14bf68c into zendframework:develop Apr 12, 2016
weierophinney added a commit that referenced this pull request Apr 12, 2016
added join support in update
weierophinney added a commit that referenced this pull request Apr 12, 2016
weierophinney added a commit that referenced this pull request Apr 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants