On Sun, Jul 18, 2004 at 10:50:59AM +0100, Tony Bowden wrote:
> The two "best" ideas we've had so far are to either run the SQL in the
> code against a temporary database, and then compare both SHOW CREATE
> TABLE outputs, or to use something like SQL::Translator to convert both
> lots of SQL to a common format. Both seem much too cumbersome, however.
> 
> Anyone have any brighter ideas?

Don't use a temporary database, just a temporary table.


-- 
Michael G Schwern        [EMAIL PROTECTED]  http://www.pobox.com/~schwern/
Abandon failing tactics.

Reply via email to