Hi
I suppose the reason s that sql and sqlFile split whole text to many
statements using ";" as delimiter.

So try:
- set splitStatements attribute to false, or
- use createProcedure element (yes, I used createProcedure for plsql
functions and packages).

-- 
Damian

2009/1/30 Starr, Thomas <[email protected]>:
> Hi folks – I need to confirm whether one should be able to use either update
> or updateSQL where <sqlFile=> in the change log references a file containing
> anonymous plsql block (or a trigger).
>
>
>
> Also whether update and updateSQL should both work with the same anonymous
> block (or trigger) instead enclosed in <sql></sql> tags in the change log.
>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to