Andreas Braun

Results 235 comments of Andreas Braun

One more thing: when fetching the repository from the container you will receive a different instance from the one you receive from `$documentManager->getRepository()`. When you use the actual service repositories,...

> I assume you have builds for testing? Yes - the library is tested on [Appveyor](https://ci.appveyor.com/project/jmikola/mongo-php-driver), with each build also publishing the resulting DLL file (e.g. for the x64 PHP...

@lindelius for the new 1.14.2 release, I've updated Windows DLLs for for PHP 7.2 up to PHP 8.0 (for x64 and x86 platforms in both thread-safe and non-thread-safe variants). DLLs...

@Jaimin-Devhero it would be helpful to post the actual exception message, along with a minimal aggregation pipeline that triggers this error in 1.14. We can't take a look at this...

I can see the trace for the exception, which indicates that the exception occurs when the driver is executing the `aggregate` command on the server. However, you did not post...

Hi @Jaimin-Devhero, apologies for not noticing the empty error message sooner. This is indeed strange, but I wasn't able to reproduce it. However, it does point to an internal error...

Hi @Jaimin-Devhero, after some more trial and error I was able to reproduce the issue you mentioned. The error is indeed caused by libmongoc. I've reported the bug upstream and...

> Thanks for catching that. Are there any more details about the incompatibility that we can relay this to the ADL team? These are the relevant errors: ``` go: golang.org/x/[email protected]:...

When we originally created the build failure ticket, all we could see that the error appears when calling `buildInfo`, hence my original work to remove calling `buildInfo`. Only later did...