You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Jeff Martin <je...@synamic.co.uk> on 2000/07/27 10:53:51 UTC

SQLExec documentaion

knocked up some documentaion for you. It doesn't happen very often so you
should feel lucky.  ;o)

-----Original Message-----
From: Stefan Bodewig [mailto:bodewig@bost.de]
Sent: 25 July 2000 15:04
To: ant-dev@jakarta.apache.org
Subject: Re: PATCH: SQLExec


>>>>> "JM" == Jeff Martin <je...@synamic.co.uk> writes:

 JM> Think that's it.

Pending documentation, yes 8^). Want to submit it as well?

I've made some minor modifications to your patch. One takes into
account that addText might be called multiple times. 

The other modification is that the code only call Connection.commit or
rollback if not in autocommit mode. There are some ($%&!/ยง(%) JDBC
drivers (namely Interbase again, but I think DB2 is the same) that
will throw an exception if you try to commit an autocommit
transaction.

Stefan