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

Failed to run stored procedure whithin changeset for VoltDB

$
0
0
Hi.

I recently started developing an extension that adds support for VoltDB(https://github.com/diorman/liquibase-voltdb). So far it only supports changes using plain SQL.

I'm currently having a bad time trying to run a stored procedure. I've tried taking approaches from following threads but none of them seem to work in my case


My current guess is that the procedure call is being interpreted as a SQL statement instead of a callable statement. Here's an example of a procedure call using JDBC in VoltDB https://github.com/VoltDB/voltdb/blob/master/examples/voter/client/voter/JDBCBenchmark.java#L350-L362

What I'm trying to do:

<changeSet id="1" author="diorman" runAlways="true">
<sql><![CDATA[
call TESTPROC()
]]></sql>
</changeSet>

Am I missing something in the extension to support this? I just ran out of ideas

Thank you in advance

Diorman Colmenares

Viewing all articles
Browse latest Browse all 1169

Trending Articles



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