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 2002/11/13 17:47:50 UTC

DO NOT REPLY [Bug 14512] New: - Allow creating database connection similar to

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

Allow creating database connection similar to <path>

           Summary: Allow creating database connection similar to <path>
           Product: Ant
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: thierry.lach@bbdodetroit.com


The attached patches allow creating a <connection> within the build file and 
referencing it from the <sql> task rather than having to define all of the 
connection information each time.

Also, it adds a <database> condition that can be used to query the database for 
the existence of a schema, a catalog, a table or view within a schema/catalog, 
or a column/index on a table.

There are three attachments.  One is a patch file, the other two are new 
sources.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>