I have a MySQL database with varbinary columns. I want to compare two versions of this database. The varbinary columns cannot be compared (why not, even if it'd be slow?). When I manually craft the exported entries and create an SQL script, all the varbinary values are substituted with plain "System.Byte[]". This results in loss of data. Could you please add support for this? Also, it'd be nice to have a possibility to tell the synchronization utility that some tables should be truncated and copied over instead of comparing (if the comparison doesn't work). That could be a workaround for the varbinary problem. Thanks for your attention and an otherwise great tool.
↧