Cédric Nisio

Results 4 comments of Cédric Nisio

Really interested in this too, in fact we consider it to be more a bugfix than a feature as we can’t use MTLS through pgBouncer because of this. Looking at...

Should I open another PR ? I’ve rebased the branch but I can’t push it here. A brief sum up of what’s left to do in your opinion would be...

You can add quotes around your key, the following test runs as expected ``` @Test public void allPositionalOperator() { assertThatCode(() -> factory.createQuery("{ $set: { 'array.$[].id': 10 } }")).doesNotThrowAnyException(); } ```...

Not really to me as the query factory was rewritten from scratch while updating to mongo legacy driver 4.x