João Bragança

Results 21 comments of João Bragança

Something we are doing in eventstore for v6 is to introduce a value object to represent "AnyStreamRevision": https://github.com/thefringeninja/EventStore/blob/grpc/src/EventStore.Grpc.Common/AnyStreamRevision.cs The magic numbers are still there, however they will not be represented...

Yes, that's it. You can stop when the StreamIds array is empty. On Thu, Mar 26, 2020 at 12:24 PM James Woodley wrote: > I've been looking in the docs...

The extra reads for metadata are a known issue in 1.1.x. There is a prerelease version - v1.2.0-beta.5 - which addresses this, but you want to use the MsSqlStreamStoreV3 class....

Turn yourself into a container On Thu, Nov 1, 2018, 15:27 Damian Hickey So.. how to repro? 😄 > > — > You are receiving this because you authored the...

I think I know what's going on... there must be a race between https://github.com/SQLStreamStore/SQLStreamStore/blob/master/src/SqlStreamStore/InMemory/InMemoryStreamStore.cs#L286 and https://github.com/SQLStreamStore/SQLStreamStore/blob/master/src/SqlStreamStore/InMemory/InMemoryStreamStore.cs#L293

You have to target the docs branch: https://github.com/SQLStreamStore/SQLStreamStore/edit/docs/docs/index.md

@vmateiaiv What are the details of the exception? Sql error code etc

As I mentioned in #332, calling code should not just blindly rely on these magic numbers. Use a value object in your application code and translate before you call sql...

It would help a lot if you had example code of what it is you are trying to do. On Mon, Nov 4, 2019 at 9:52 AM Semion Akimtsev wrote:...

I am not sure about the naming but the rest looks good to me