A new topic, 'Custom drop-schema command?', has been made on a board you are 
watching.

You can see it at
http://liquibase.org/forum/index.php?topic=163.new#new

The text of the topic is shown below:

There's a quirk with mysql 5.0 where a "drop database" command will result in a 
foreign-key constraint error  (see http://bugs.mysql.com/bug.php?id=18942 ).  
Unfortunately, this same bug I believe prevents liquibase from dropping all 
when instructed to do so.

When I use the mysql command-line client, I'm able to workaround this problem 
by executing "SET FOREIGN_KEY_CHECKS = 0" prior to my drop & create statements. 
 Is there some method to have liquibase do the same?

Thank you!

~ kc

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to