I’m trying to run a database script, which is created in UDeliver, using UBlendIt.
The upgrade script in UDeliver contains multiple SQL statements, so the resulting URE script looks something like:
INSERT INTO ….
;
UPDATE …
;
UBlendIt has the pc:SqlStatement directive, but that requires child elements which are not created by UDeliver. And the sql:SqlStmnt function only accepts a single SQL statement, not a script containing multiple statements.
Short of creating separate upgrade scripts, each with one SQL statement, anyone know of a way to run the multiple-statement script generated by UDeliver?