marten icon indicating copy to clipboard operation
marten copied to clipboard

.NET Transactional Document DB and Event Store on PostgreSQL

Results 157 marten issues
Sort by recently updated
recently updated
newest added

Removes [ws](https://github.com/websockets/ws). It's no longer used after updating ancestor dependency [netlify-cli](https://github.com/netlify/cli). These dependencies need to be updated together. Removes `ws` Updates `netlify-cli` from 17.21.1 to 17.30.0 Release notes Sourced from...

dependencies
javascript

Currently, an `IDocumentOperation` limited to queries is provided to custom projections and event subscriptions. Exposing `IDocumentSession` instead will allow calling `ForTenant(string)` for writes as well.

breaking change

After upgrade to Marten "7.19.1" we get next error: Marten.Exceptions.BadLinqExpressionException Marten does not (yet) support member string.**Trim** In previous version of Marten next code works fine: return (await GetAsync( tenantId,...

I don't think today that it would for either old fashioned Guid based versioning or the newer numeric revisioning

enhancement

currently the normal document store supports the LastModifiedBy metadata, unfortunatly that is not possible with the event store at all. the only way is to set it as a header...

We have encountered an issue with the creation of indexes for decimal fields in MartenDB. The problem arises because MartenDB generates the index with a `decimal` type, but when the...

More of a discussion than an issue. I've been putting together ideas for how to remodel one of our apps that uses marten events. Currently the main business entity -...