What version of liquibase are you using? Are you using the
<createProcedure> tag or <sql> or <sqlFile> ?

There is an "endDelimiter" you should be able to set to // so it
doesn't split your statements on ;

Nathan

On Thu, Jul 15, 2010 at 7:49 AM, DontTouchMyDB <[email protected]> wrote:
> I'm having an issue trying to get my stored procedures installed using
> update, but if I generate the SQL file with updateSQL, there isn't an issue.
> I suspect it has to do with the delimiter. Also, I'm pulling the sql source
> in using . After setting the delimiter to "//", it seems to die when it
> encounters the first ";" in the storeed procedure code. Thank you, Darrell
> Howard
> ________________________________
> View this message in context: MySQL stored procedure issue
> Sent from the LiquiBase - User mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Liquibase-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/liquibase-user
>
>

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to