You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/06/11 11:17:19 UTC

DO NOT REPLY [Bug 20672] - The Core task SQL needs to support PL/SQL

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20672>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20672

The Core task SQL needs to support PL/SQL

j_a_fernandez@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|The Core task SQL needs to  |The Core task SQL needs to
                   |support PL/SQL              |support PL/SQL



------- Additional Comments From j_a_fernandez@yahoo.com  2003-06-11 09:17 -------
This works just fine. 
You just need to specify the usage of a delimiter other than ";" I use ";;"
And then write:

    function A .....
    begin
     .....
    end;
    ;;

    function b ......

and so on.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org