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

Liquibase call procedure without database specification

$
0
0
Is the way to call stored procedure without database specification? For example:
  1. <changeSet author="name" id="id1" dbms="mysql"> <sql> EXEC procedure_name('some_string_value') </sql> </changeSet>
  2. <changeSet author="name" id="id2" dbms="oracle"> <sql> EXECUTE procedure_name('some_string_value') </sql> </changeSet>
  3. <changeSet author="name" id="id3" dbms="postgree"> <sql> PERFORM fun_name('some_string_value') </sql> </changeSet>
I need avoid database conditions because I call this procedure in different places. Is there a way to achieve this with implementing db condition in one place?

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>