dropAllForeignKeyConstraints not supported by MariaDB
Description
Environment
MariaDB 10.3, Flyway 3.7.0
Activity
Show:

Dario Seidl August 12, 2020 at 2:10 PM
This has been fixed in Liquibase 3.10.2 . See

Dheeraj Joshi June 1, 2020 at 9:15 AM
This is an issue in 3.9.0 as well
Is there any ETA for this? We have fairly large DB which we want to migrate to change log.

Thomas Rawyler May 13, 2020 at 12:10 PM
+1, still an issue on 3.8.9. Would be really nice to have a fix for this.
Tran Dinh Truong Bao April 27, 2020 at 2:04 AM
This issue still on version 3.8.9. Please resolve this.
Mykel Alvis March 6, 2020 at 8:53 PM
Also, would someone like to help me add some tests?
Using dropAllForeignKeyConstraints on MariaDB 10.3 fails with this exception:
Presumably, by the error message, it's because it cannot deal with selecting sequences out of MariaDB. However, as far as I can tell, that's well supported in MariaDB: https://mariadb.com/kb/en/library/sequence-overview/ .