Marcin Goliński
Marcin Goliński
You can see the updated docs [here](https://github.com/Starcounter-Jack/JSON-Patch/blob/master/README.md#jsonpatchapply-obj-object-patches-array-validate-boolean--boolean). Basically, you now get an array of results and probably the last item (as previously only last operation result was returned) holds your...
With the validate flag an exception will be thrown, as before. If the test fails, the result array will contain `false` at index respective for the position of test operation...
I think it's okay - it's making the most popular task the simplest On Mon, 5 Sep 2016 at 12:53 Tomek Wytrębowicz [email protected] wrote: > @MarkHerhold https://github.com/MarkHerhold You're right that...
I see that it's old, but I recently encountered the same problem. I had to have both libpq.dll and pg_config in my build dir. It would be nice to hint...