Re: ant sql query weirdness
I added some targets and set onerror="continue": here is the complete code: SELECT * FROM accounts; SELECT * FROM us_states;
Re: ant sql query weirdness
;s echo statements are executed)... > > On Fri, 13 Nov 2009, Richard Brunelle wrote: > > This is driving me crazy >> >> I have the following code in an ant file. >> >> >> >> >url="${db.url}" >>
ant sql query weirdness
This is driving me crazy I have the following code in an ant file. SELECT * FROM accounts; SELECT * FROM us_states; individidualy, each of these targets return proper