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

Zend\Db\TableGateway hotfix for MasterSlaveFeature #3597

Merged
merged 1 commit into from Jan 29, 2013
Merged

Zend\Db\TableGateway hotfix for MasterSlaveFeature #3597

merged 1 commit into from Jan 29, 2013

Conversation

ralphschindler
Copy link
Member

Fixed MasterSlave feature, as reported in #3175

- Fixed MasterSlave feature
* @param ParameterContainer $initialParameters
* @return Driver\StatementInterface
*/
public function createStatement($initialSql = null, $initialParameters = null);
Copy link
Member

Choose a reason for hiding this comment

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

Per @ralphschindler - As this is a driver level facility, it should not be in the adapter interface. Additionally, removing a method from an interface is always backwards compatible, so long as implementations do not rely on the existence of the method. Finally, as this only exists on the develop branch, not yet released, we are completely safe removing it.

weierophinney added a commit that referenced this pull request Jan 29, 2013
@weierophinney weierophinney merged commit 736bd64 into zendframework:develop Jan 29, 2013
@ghost ghost assigned weierophinney Jan 29, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants