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

Re : Handling MemSQL stored procedures using liquibase mvn plugin

$
0
0
  1.  <changeSet author="test" id="stored-procedure-1" runAlways="true">
  2.         <sqlFile 
  3.                  endDelimiter=";"
  4.                  relativeToChangelogFile="true"
  5.                  splitStatements="true"
  6.                  path="stored-procedures.sql"/>
  7.     </changeSet>
The stored-procedures.sql has the SQL as
  1. DELIMITER /

  2. CREATE OR REPLACE PROCEDURE PRE_CUSTOM_REFERENCE_LOAD(snapshot_date  DATE, table_name VARCHAR(100), batch_id INT) AS
  3. BEGIN
  4.       Do something;
  5. END /
  6. DELIMITER ;

Viewing all articles
Browse latest Browse all 1169

Trending Articles



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