News

I'm trying to update multiple records using a non-primary key. However, it only updates the first row it finds and not all rows.Is this possible or do updates require a primary key (and therefore ...
This could be a great addition for the Query Builder API. There really isn't a way to update multiple rows with different update values with the current api. Here's the example use case: I'll be glad ...
We will soon be adding a new operation for bulk updating the multiple rows but for now we can bulk update multiple rows by creating a Custom JS query. In this guide, We have assumed that you have ...