Robert Schwebel

Results 13 comments of Robert Schwebel

The checks are broken due to #347, this PR is not the culprit.

Cc: += @flying-sheep

> ## Update on the ongoing work to replace the old Legacy Driver > Two new services have been implemented lately (using mongoc, of course): > > * PATCH /entities/{entityId}...

I'm not sure if I understand you correctly. mongo-cxx-driver-1.1 has been deprecated by the maintainers back in 2016, six years ago. That means that the code won't get any support...

> _FYI: I run Orion-LD with ORIONLD_MONGOCONLY (only new driver) I find it a bit unfortunate that this is a runtime option. So while I want to get rid of...

Hi Ken, Any news regarding plans to get rid of the MongoDB Legacy C++ Driver?

You probably meant ``` - orionldError(OrionldInternalError, "Database Error", error.message, 500); - *detailP = error.message; + orionldError(OrionldInternalError, "Database Error", *detailP, 500); ``` Shall I send a patch?

Thanks for taking care! I noticed progress in this issue today, so I updated my test stack to the latest-and-greatest and found this issue...