RawSQL truncated before being sent to database

I have some raw SQL to create a stored procedure in T-SQL.

From a profiler trace and using sqlOutput we have noticed that Liquibase truncates the raw sql immediately following a line with the following statement:
WAITFOR DELAY ‘00:00:00:010’

Has anyone had any similar issues with raw sql truncation before?

PS. Nathan, I think I’ll e-mail you the actual SQL and reference this post.

I got your SQL.  I’ll try to get to looking to it soon.

Nathan