ddlLockTimeout with SQL Server

We are interested to work ddlLockTimeout with SQL Server DB.
[Liquibase] (Command Parameters | Liquibase Docs )page says this parameter applies only to oracle
Is it available with Pro version for all DBs?
Please guide and help.

1 Like

Hi @spbendekar!

In the Liquibase source code, you can see the flag is only present in the liquibase-core/src/main/java/liquibase/database/core/OracleDatabase.java Java class.

That is because DDL_LOCK_TIMEOUT is a specific Oracle 11g parameter.

Is there any specific database you would like to implement something like DDL_LOCK_TIMEOUT?

Regards!

1 Like