Hi. I am trying to create a plug-in that imports multiple tickets and I want the creation to be Atomic. As such I supplied the insert method a database object. (ticket.insert(db=db)) However I have change listeners that commit to the database which causes the transactions to occur automatically instead of under my explicit control. Do you have any suggestions. We are using trac 0.11.3. Python 2.5 and SQLITE 3. Thanks
-- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
