You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#37 Upsert fails in case of not provided auto-ID
It's now possible to upsert to a table with an auto-ID, without providing the IdAttribute for new rows.
#38 Raise exception fails when MetaData Api return an error
When a MetaData Api call results in an error, a proper error message is now given.