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

can we change the `CREATE UNIQUE INDEX` to `CREATE UNIQUE INDEX IF NOT EXISTS` we are currently using Marten to generate the SQL and then apply it to Postgres, with...

Initial point of view.

breaking change

Fixes bug #1926 Added for Select and OrderBy. It's a bit hacky but works and 2 passing unit tests enclosed. From what I see, the LINQ parsing code and visitors...

linq

This PR contains a failing unit test demonstrating Marten's inability to process subquery projections.

In some cases it maybe desirable to express a projection to a property that Marten's LINQ provider is unable to parse (yet). In such case it would be so nice...

feature request

per conversations today w/ @oskardudycz. I'm thinking a generic `IEventStore.ArchiveEvents(Expression where)` method.

This is a big request, and there's plenty to talk about. Some thoughts: * I think we're gonna have to introduce some sort of projection versioning and tracking projection versions...

async daemon

This is probably going to be prime for not making the 4.0 cut, but let's still talk about it. This is dependent first on #1718 and #1715. If we know...

async daemon

Even in the prior async daemon, we executed each individual projection in its own independent track. In V4, let's try to parallelize projection processing within a single projection wherever possible....

async daemon