Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use event's stream version when appending events to a stream #202

Merged
merged 2 commits into from
May 6, 2020

Conversation

slashdotdash
Copy link
Member

To ensure duplicate stream versions are rejected by violation of unique index on stream_events table on stream id and stream version.

Fixes #201.

@slashdotdash slashdotdash force-pushed the bug/stream-expected-concurrency branch from 32ab783 to 2bb02e4 Compare May 6, 2020 12:29
To ensure duplicate stream versions are rejected by violation of unique index on `stream_events` table on stream id and stream version.

Fixes #201.
@slashdotdash slashdotdash force-pushed the bug/stream-expected-concurrency branch from 2bb02e4 to e9cb0d7 Compare May 6, 2020 12:39
@slashdotdash slashdotdash changed the base branch from master to releases/v1.0.0 May 6, 2020 12:55
@slashdotdash slashdotdash merged commit 2d795bb into releases/v1.0.0 May 6, 2020
@slashdotdash slashdotdash deleted the bug/stream-expected-concurrency branch May 6, 2020 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Concurrently appending events to a stream with same expected version
1 participant