Hi,

I have noticed that the adapter contains two methods, lockTable() and
unlockTable(), which are not used by Torque (anymore ?). The implementation
of these methods is in some cases not existant, in other cases questionable
(e.g. in Oracle, tables are unlocked by a commit, so the unlockTable does a
commit, which is not at all the expected behaviour.)

It seems that locking and unlocking a table cannot be made to look the same
over all Dbs. To reflect this, I would like to deprecate these methods in
order to remove them in a future release (Torque 3.3 at the soonest). Any
objections ?

      Thomas


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

Reply via email to