Liquibase update with views -


following things have done: generated change log db.it given me set of views.following 1 mssql

select isnull() table

i have ran against oracle>is shows me exception replaced nvl in place of isnull.now want change log parameter works both mssql , oracle

i have added following

property="null" value="nvl" dbms=oracle

property="null" value="isnull" dbms=mssql

still views not updating.any can me out this


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -