Two good patches for mysql support and generic sql row counting

2006-12-01 Thread Hunter Peress
I submitted two patches a month ago and I would like to know if any of the developers wouldnt mind adding it to a forthcoming release. One of the patches returns the count of the result rows in an efficient manner. The other adds support for mysql which is especially useful when sourcing mysqldum

1.6.2 is reporting 1.6.5

2006-11-21 Thread Hunter Peress
http://archive.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2 dowload it, run bin/ant -version itll say 1.6.5 amazingly frustrating.

Where to submit patch to SQLExec.java

2006-10-30 Thread Hunter Peress
I have two main accomplishments in this patch: The first returns a row count in an efficient manner. The second is specific to mysql, it processes the mysql delimter command and is actually in its own file named MySQLExec.java How do I submit these?

Redirector vs. getProject().setProperty(

2006-10-26 Thread Hunter Peress
when editing a task is there any reason to set an output property using the redirector vs. getProject().setProperty() ??

Reading source files in sql

2006-10-17 Thread Hunter Peress
Im wondering why the sql command has a src and delimiter attribute. both source and delimeter commands fail within the tags. wouldnt it be less complex to just allow them?