Matthias Gernand

Results 9 issues of Matthias Gernand

Hi, I'm thinking about using this library, but it seems that this project is kind of dead. The are open PR from November 2022 and a lot of open issues....

- Upgraded all referenced packages (some had vulnerabilities and/or were deprecated). - Created a separate test project for every supported database provider. - Introduced Testcontainers to spin up a container...

Hi, I am wondering if it is possible to get index values for properties and collection items that contain a ```null``` value. I am considering to use Structurizer to build...

Hi! We are planning to run several Quartz.NET services in a cluster. Does this Job Store implementation support the Clustered mode? If not are the plans to add this in...

Allow the definition of repository global filter predicates. This global filter will be applied to every query in addition to a custom query part. This could be used f.e. to...

Add an interface ```IProvideConcurrencyStamp```which provide a string property ```ConcurrencyStamp```. The repositories then need to update the stamp on every update and must throw if the entity was changed in the...