Hello ! I know this was discussed here before several times, but it seems that still we have poor solution for this on sqlite:
FOREIGN KEY constraint failed I have some databases with lots of foreign keys and I sometimes I need to change the structure of some tables and I get this message, it's better than nothing but sqlite knows which table/field failed but do not tell us making it hard on some databases to find the problem. Can this message also include the offending table/key ? Cheers ! ?