Skip to content

Commit

Permalink
Merge pull request #13 from osstotalsoft/hotfix/event-store-sql
Browse files Browse the repository at this point in the history
Fixed EventStore SQL script captialization
  • Loading branch information
fraliv13 authored Jun 28, 2019
2 parents 1c9d1f6 + 23bd4c4 commit ac2ddc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
FROM EventStoreEvents
WHERE StreamId = @StreamId
AND (@MinStreamVersion IS NULL OR StreamVersion >= @MinStreamVersion)
AND (@MaxStreamVersion IS NULL OR StreamVersion <= @MAXStreamVersion)
AND (@MaxStreamVersion IS NULL OR StreamVersion <= @MaxStreamVersion)

0 comments on commit ac2ddc9

Please sign in to comment.