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