Doing SQLDIFF against a non-existent database (e.g., due to a typo) produces a diff which is a series of DROP TABLE ... and also creates an empty file by that name. This is misleading as it looks like a possibly valid diff. Shouldn?t it instead give an error that there is no such database?
Thanks.