INSERT_ROW_CONFLICT row 2 Invalid data conversion
Hi all,
I am having trouble writing a record to the db. Here is the error message I am getting back:
Error: Number of conflicts while synchronizing: 1 SyncResolver.INSERT_ROW_CONFLICT row 2 Invalid data conversion: Parameter object type is invalid for requested conversion.
Updates against existing rows are working fine. I have added, removed converters, debugged the code in and out, but unfortunately I can not figure out which column could be causing this issue. When I watch the dataprovider, all the values I am trying to save seem to be of the correct type.
Any guidance would be very much appreciated.
Thanks.

