Skip to content

add updateStreamMetadata method to event store - #21

Merged
codeliner merged 2 commits into
masterfrom
updateStreamMetadata
Dec 10, 2016
Merged

add updateStreamMetadata method to event store#21
codeliner merged 2 commits into
masterfrom
updateStreamMetadata

Conversation

@prolic

@prolic prolic commented Dec 10, 2016

Copy link
Copy Markdown
Member

resolves: prooph/event-store#225

depends on prooph/event-store#227

when the change on event-store is accepted and merged, please restart this travis build again and it should turn green.

Comment thread src/MySQLEventStore.php Outdated
$event->setParam('result', true);
} else {
$event->setParam('result', false);
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Don't you prefer $event->setParam('result', 1 === $statement->rowCount()); ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

done, thanks

Comment thread src/PostgresEventStore.php Outdated
$event->setParam('result', true);
} else {
$event->setParam('result', false);
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Same here

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.6%) to 70.605% when pulling dd69c0f on updateStreamMetadata into 957a907 on master.

@codeliner
codeliner merged commit 91dfa70 into master Dec 10, 2016
@prolic
prolic deleted the updateStreamMetadata branch December 10, 2016 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "updateStreamMetadata" to event store interface

4 participants