Closed
Description
Description/Steps to reproduce
run patchAttributes on a model and provide an empty object as the payload, e.g.
PATCH /api/users/1 {}
Expected result
200 or 204, no error thrown
Actual result
500 thrown, connector sends invalid SQL to the DB, e.g.
UPDATE "public"."assettype" SET WHERE "id"=931;
Additional information
darwin x64 8.11.1