Ticket #59 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Iterator does not support useTransaction

Reported by: mark.stanton@… Owned by: dhughes
Type: enhancement Priority: normal
Milestone: Component: Reactor - Iterator
Version: Severity: major
Keywords: Cc:

Description

reactor.iterator.iterator.delete() and reactor.iterator.iterator.deleteAll() should have a useTransaction argument that they should pass down to the abstractRecord.delete() method.

Attachments

iterator.cfc.patch (7.1 kB) - added by cbradford 2 years ago.
Patch for iterator.cfc

Change History

Changed 2 years ago by cbradford

Patch for iterator.cfc

Changed 2 years ago by cbradford

I've attached a patch for iterator.cfc that resolves this issue.

Changed 2 years ago by dhughes

  • status changed from new to closed
  • resolution set to fixed

This has been fixed. Unfortunately I fixed this before I saw the attached file. FYI, delete and deleteAll now accept useTransaction as an argument, which works just like it does on Records.

Note: See TracTickets for help on using tickets.