Skip to content

added `SyncConnection.prototype.insertAsObject` & `SyncConnection.prototype.updateAsObject`

SyncConnection.prototype.insertAsObject&SyncConnection.prototype.updateAsObject- send an insert/update UBQL and return result (attributes listed in fieldList) with parsed Dates/Booleans etc. based on entity attributes data types as Object. The same as inAsyncConnection` for browsers:

Merge request reports