Closed daryllabar closed 1 year ago
If you attempt to update a many-to-many intersect table, you get this error:
Cannot update many-to-many intersect entities: DELETE any unwanted records and then INSERT the correct values instead
Would be nice to either give the SQL to do the Insert and Delete, or just do it for the user.
Good point, I should be able to remove this restriction in the next version.
If you attempt to update a many-to-many intersect table, you get this error:
Cannot update many-to-many intersect entities:
DELETE any unwanted records and then INSERT the correct values instead
Would be nice to either give the SQL to do the Insert and Delete, or just do it for the user.