- π¨π¦Canada hadsie
I'm running into a similar problem but when trying to work with MySQL 8 which has added strict type checking and is throwing an exception in hook_entity_delete() in some edge cases.
This patch addresses that by checking is_numeric on the entity_id before attempting to delete as well as the recommendation from @jedihe to restrict entity_update to numeric IDs.