Hello,

I just wanted to follow up on a question that was asked back in October:

http://www.mail-archive.com/user-java@ibatis.apache.org/msg14957.html

In summary, PL/SQL terminates lines with a semicolon, which causes problems for the line delimiter logic in the migrations tool. Something like this:

DECLARE
  sometime date;
BEGIN
  select sysdate into sometime from dual;
END;

would fail on line 2. In a more realistic case, simply creating a function or trigger would trip things up. Was this scenario later compensated for via environment configuration options, or has anyone found a good work around?

Thanks!
Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to