Babu Annamalai

Results 63 comments of Babu Annamalai

> Oh, I didn't even realise there was an exception thrown when the array was empty. > > If the change fixes an exception being thrown then it should have...

https://github.com/JasperFx/marten/pull/2364 looks to like a similar/same issue as this one.

Same tests (4 failures) are also failing in net6 as well as per the logs, but CI showing incorrectly as green (we will need to check why it is showing...

This notice has been posted for 3+ months now closing this.

I think this fixed via https://github.com/JasperFx/marten/pull/2057 (available in latest v5 alpha), will recheck and see if this can be closed.

After a long troubleshooting session, have zeroed in on this issue to be an issue with Npgsql and not Marten. See a minimum repro below: ```cs var conn = new...

Raised this issue https://github.com/npgsql/npgsql/issues/4417 in Npgsql repo

If you run through the issue raised in the npgsql repo, nullable types are not yet supported for COPY operation. Currently they are only fixing NRE so that it throws...

@tonykaralis @OptimusPi Could please update us on this issue with a repro?

@rwasef1830 Marten does not have support for directly getting projected results using `Select` or `SelectMany` but for getting the whole documents. You have to use `.ToList()` and then run the...