use ${targetDb};
-- //@delimiter ~
drop function if exists `zfunc_foo`~
create function `zfunc_foo`()
z_proc:begin
......
Cause: java.lang.RuntimeException: Line missing end-of-line terminator (;) => create function `zfunc_foo`
on my STDOUT I see without carriage returns
-- //@delimiter ~drop function if exists `zfunc_foo` ~
-- //@delimiter ;
Error executing: create function `zfunc_foo`(
--
You received this message because you are subscribed to the Google Groups "mybatis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mybatis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mybatis-user/90daf658-fceb-47e9-b36e-1440b8f02b8bn%40googlegroups.com.