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/13 13:54:20 UTC

DO NOT REPLY [Bug 20742] New: - SQL task does not list its 'delimitertype' attribute.

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

SQL task does not list its 'delimitertype' attribute.

           Summary: SQL task does not list its 'delimitertype' attribute.
           Product: Ant
           Version: 1.5.3
          Platform: Other
               URL: http://ant.apache.org/manual/CoreTasks/sql.html
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: dev@ant.apache.org
        ReportedBy: bart.van.kuik@oracle.com


SQL task does not list its 'delimitertype' attribute. Using Oracle, the
following fails without the delimitertype:

        <sql driver="${jdbc_driver}"
             url="jdbc:oracle:thin:@${db_host}:${db_port}:${db_sid}"
             userid="${db_login}"
             password="${db_passwd}"
             classpath="${extlib}/classes12.jar:${extlib}/nls_charset12.jar"
             delimitertype="row">

             create or replace package sjaak
             as
             function bart1 return number;
             function bart2 return number;
             end sjaak;

        </sql>

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