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 2001/07/07 10:00:14 UTC

[Bug 273] - Request for added functionallity for SqlExec task BugRat Report#514

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

*** shadow/273	Sun May 20 17:19:28 2001
--- shadow/273.tmp.26408	Sat Jul  7 01:00:14 2001
***************
*** 1,19 ****
! Bug#: 273
! Product: Ant
! Version: 1.2
! Platform: All
! OS/Version: All
! Status: UNCONFIRMED   
! Resolution: 
! Severity: Enhancement
! Priority: High
! Component: Core tasks
! AssignedTo: ant-dev@jakarta.apache.org                            
! ReportedBy: johan.adelow@corustechnologies.com               
! URL: 
! Cc: 
! Summary: Request for added functionallity for SqlExec task BugRat Report#514
! 
  I order to be able to launch trigger code, stored procedures and other code that includes delimiters like ";" into an Oracle database. 
  There is a need for another type of delimiter since the sql code otherwise will be executed when hitting the first delimiter.
  
--- 1,19 ----
! +============================================================================+
! | Request for added functionallity for SqlExec task BugRat Report#514        |
! +----------------------------------------------------------------------------+
! |        Bug #: 273                         Product: Ant                     |
! |       Status: UNCONFIRMED                 Version: 1.2                     |
! |   Resolution:                            Platform: All                     |
! |     Severity: Enhancement              OS/Version: All                     |
! |     Priority: High                      Component: Core tasks              |
! +----------------------------------------------------------------------------+
! |  Assigned To: conor@cortexebusiness.com.au                                 |
! |  Reported By: johan.adelow@corustechnologies.com                           |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  I order to be able to launch trigger code, stored procedures and other code that includes delimiters like ";" into an Oracle database. 
  There is a need for another type of delimiter since the sql code otherwise will be executed when hitting the first delimiter.
  
***************
*** 745,747 ****
--- 745,754 ----
      }
  
  }  
+ 
+ ------- Additional Comments From conor@cortexebusiness.com.au  2001-07-07 01:00 -------
+ I am just looking into this bug report. The delimiter has already been added so
+ the only issue now is the need for delimiter type. Can you just explain the
+ "row" type to me. From what I can tell, when the delimiter type is set to row,
+ the delimiter must be the only content on the line - i.e. the occurence of
+ delimiters on lines with other content is not treated as delimiters.