-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
When trying to diff two databases with BINARY data (in my case UUIDs), the resulting diff contains empty strings instead of the UUIDs - this effectively means SQL code like this, for example: a merge table:
INSERT INTO `mytable` VALUES('','','');
INSERT INTO `mytable` VALUES('','','');
INSERT INTO `mytable` VALUES('','','');
INSERT INTO `mytable` VALUES('','','');
INSERT INTO `mytable` VALUES('','','');
INSERT INTO `mytable` VALUES('','','');
INSERT INTO `mytable` VALUES('','','');
INSERT INTO `mytable` VALUES('','','');
INSERT INTO `mytable` VALUES('','','');
INSERT INTO `mytable` VALUES('','','');
...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels