Skip to content

Binary UUIDs Result in Empty Fields #127

@arminlinzbauer

Description

@arminlinzbauer

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('','','');
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions