New Bug Encountered: Delayed sync error with mysql database

My app has delayed sync turned on.

The scenario is:

  1. User copies a record and the API copies the associated child records.
  2. User adds a record to a child table.
  3. User then runs a combined action to update all rows in the parent and child records with new data.
  4. User syncs.

We get an error now showing a mysql error โ€œA column in your mysql table cannot be null. Please make sure that you provide a value for this columnโ€

I think the delayed sync may be updating the records out of sequence as this was working previously. Now I can only get this to work if I manually sync after step 2 and then run the combined action.

0 2 186
2 REPLIES 2
Top Labels in this Space