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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]