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=17048>. 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=17048 SQLExec can make statement lines that are too long for MSSQL server Summary: SQLExec can make statement lines that are too long for MSSQL server Product: Ant Version: 1.5.1 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] A large statement, for instance creating a large stored procedure, can create a line that is too long for MSSQL server to handle. Actually, it could be the JSQLConnect driver, but regardless, changing the truncation statement to use newline instead of a space fixes it, but this might cause problems for other databases. Maybe a "preserveWhiteSpace" attribute would be helpful?