Executing Stored Procs across platforms

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 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:

<execProc proc="foo(1, 'bar')"