Hi All

I thought I'd throw this quick proposal out to the list before I
opened a ticket.

I am working on a MySQL 4.0 DB using this MyISAM table type - under
these conditions transactions are never available to me. I don't want
to change my DB, version or table type.

Because of this, having arguments.useTransaction defaulting to true on
my record objects is a pain, as it means I need to run
Record.delete(false) *all the time*. This can be become a more serious
problem when I run deleteAll() on an iterator as this method doesn't
allow me to set a useTransaction value.

What I was thinking was that if we could add an optional element to
the <config> node of the reactor.xml file that allowed users to choose
whether they wanted useTransaction to default to true or false.

Let me know what you think.

--
Mark Stanton
Gruden Pty Ltd
http://www.gruden.com


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to