Oliver Maksimović
Oliver Maksimović
sqlfuzz expects a table to be completely clean, so if a table already contains some data it then fails: ``` 2021/04/24 15:08:26 Error 1062: Duplicate entry '1' for key 'PRIMARY'...
Getting an error like ``` 2021/04/24 14:58:51 Error 1452: Cannot add or update a child row: a foreign key constraint fails (`db`.`table`, CONSTRAINT `FK_something` FOREIGN KEY (`column_from_table`) REFERENCES `other_table` (`id`)...
sqlfuzz complains with `unknown field type` when it stumbles upon a column defined as `FLOAT` which doesn't have explicit length defined. I also suspect that it has problems when it's...