Subject: | Support for Cross Database Foreign Keys |
Hello,
I'm using RHEL 5 with MYSQL 5.074 and the newest release of SQL::Translator
while I understand how this can increase complexity greatly I've tested and tried a couple of
times to parse a simple schema with a cross database foreign key constraint. It ends up not
recognizing the database name + table name and ends up breaking the processing.
Removing the cross database foreign keys allows the schema to parse, but I was hoping to be
able to use this tool to do a full diff between the current running schema and a target schema.