patchWithDiff

suspend fun patchWithDiff(patchBuilder: JsonPatch.Builder.() -> Unit): List<List<JsonPatch>>

Patch with diff

Patches all records in a table with the given Json patch.

Return

The patches applied to the records

Parameters

patchBuilder

A json patch DSL to build the patch