I hate
when this happens. But I forgot mentioning:
- Add
new attributes 'rdbms="product"' and 'version="release"'
if those versions do not match what is returned by the connection, the task will
be skipped.
-----Original Message-----
From: Jose Alberto Fernandez [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 28, 2000 1:11 PM
To: Ant Project List (E-mail)
Subject: [PATCH] New attributes for SQL task and multiple <transactions>Well, finally here is my first patch for ANT. Please let me know if there is any problem with the format. I use 'cvs diff -u' to generate it.This patch does the following:- Add new attributes stop, abort) to <sql>- Add new nested element <transaction> to <sql> which allows executing multipletransactions, multiple files on the same connection.- Added documentation on sql.html- Modified AntClassLoader.java to send most of the "loading class..." messages to MSG_DEBUGinstead of MSG_VERBOSE. So that it does not cluter debugging other tasks.
