Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Liquibase run on Server Procedure Functions triggers

$
0
0
Hello,
I have some question about Liquibase .

I explain a little bit  about how we use Liquibase

Liquibase-maven-plugin version 3.6.2

Dbchangelog-3.4.xsd

Dbms=”db2,mssql,oracle,mysql,postgresql”

Our source we used in sql tag or sqlfile is DB2

 

First : Liquibase for procedure and Functions and triggers didn’t create appropriated code for  MSSQL, MYSQL, Oracle, PostgreSQL .

We tried with sql tag,  sqlfile , createprocedure tag craetefunction tag, createtrigger tag but unfortunately it didn’t generate correctly

          

Second: I want to run the project on Server .which is the best approach?

as an example can I use:

 java -jar <myProject.jar> updateSQL


 

Sincerely

Reza Sadeghpour


Viewing all articles
Browse latest Browse all 2993

Trending Articles