just looking at the jdbc task while I document it; making sense of the rdbms
and version tags; which clearly are there to let you write conditional <sql>
statements.

I have some q's about the method isValidRdbms()

-the driver name is turned to lower case, and compared to the rdbms attr;
version comparison is similar with a comment about using a us locale lower
case.

...any reason why both tests dont just use equalsIgnoreCase?


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to