delimiter syntax

108 views
Skip to first unread message

odoi...@payrailz.com

unread,
Feb 24, 2021, 8:16:33 PM2/24/21
to mybatis-user
I have mybatis-migration  3.2.1 and just moved to 3.3.9 but now getting issue with delimiter settings.


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`(  

Iwao AVE!

unread,
Mar 4, 2021, 12:37:20 AM3/4/21
to mybatis-user
Hello,

This seems like a bug.
Would you create a new issue on the tracker?
If you are busy, I'll take care of it later.

Thank you,
Iwao


--
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.

Iwao AVE!

unread,
Mar 6, 2021, 3:40:35 PM3/6/21
to mybatis-user
Hi again,

The fix has already been committed.
It would be great if you could verify the fix using the latest 3.3.10-SNAPSHOT.

Regards,
Iwao

Reply all
Reply to author
Forward
0 new messages