Changes between Initial Version and Version 2 of Ticket #22343


Ignore:
Timestamp:
Mar 30, 2014, 12:38:08 PM (10 years ago)
Author:
Shai Berger
Comment:

Patch here, reviews welcome (I think the code is simple enough, but documentation may need improvements).

I am not making this a PR, lest it be merged -- this needs backporting, and it's not trivial w.r.t release notes.

See also discussion on the developers mailing list.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22343

    • Property Owner changed from nobody to Shai Berger
    • Property Status newassigned
    • Property Summary Two Oracle test failures since the removal of legacy transaction managementselect_for_update should not be executed outside of transactions
  • Ticket #22343 – Description

    initial v2  
    7575FAILED (errors=2, skipped=1)
    7676}}}
     77
     78But the problem is not really in the Oracle backend -- it is in allowing `select_for_update()` queries to run outside of transactions.
Back to Top