The syntax for executing a stored proc is different across databases
(call vs exec vs nothing, etc)
RIght now we would have to have different <sql> sections for
a single stored proc call for each database we support. We actually
setup quite a bit of data this way.
Does anyone know if there are plans to support this as part of core
or if there is already an extension out there somewhere?
I'd be looking for something like:
<changeSet id="1" author="Zorax">
<execProc proc="foo(1, 'bar')"/>
</changeSet>